#b044f1

Color #B044F1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B044F1

Tints of Medium Orchid #B044F1

Color information

#B044F1 (or 0xB044F1) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and F1. RGB value is (176,68,241). Sum of RGB (Red+Green+Blue) = 176+68+241=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #B044F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044F1 is #4FBB0E. Grayscale: #777777. Windows color (decimal): -5225231 or 15811760. OLE color: 15811760.

HSL color Cylindrical-coordinate representation of color #B044F1: hue angle of 277.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044F1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17668241-
CMYK0.270.7200.05
HSL277.46º86.07%60.59%-
HSV(B)277.46º71.78%94.51%-
XYZ35.8519.7285.14-
YUV120.01196.28167.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 68 (26.95% from 255) = 14.02%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=36.29%
G=14.02%
B=49.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176682410.270.7200.05277.4686.0760.59
HexB044F11B4805115563d
Octal260104361331100542512675
Binary1011000010001001111000111011100100001011000101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b044f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b044f1; }

 p { color: rgb(176,68,241); }

 H1.HeaderClassName
 {
   color: #b044f1;
 }
 .AnyTagClassName
 {
   color: #b044f1;
 }
</style>
background-color css

<style>
 a { background-color: #b044f1; }

 a { background-color: rgb(176,68,241); }

 div.DivClassName
 {
   background-color: #b044f1;
 }
 .BgClassName
 {
   background-color: #b044f1;
 }
</style>
border-color css

<style>
 span { border-color: #b044f1; }

 span { border-color: rgb(176,68,241); }

 td.TdClassName
 {
   border-color: #b044f1;
 }
 .TagClassName
 {
   border-color: #b044f1;
 }
</style>