#b049f3

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

Shades of Medium Orchid #B049F3

Tints of Medium Orchid #B049F3

Color information

#B049F3 (or 0xB049F3) is unknown color: approx Medium Orchid. HEX triplet: B0, 49 and F3. RGB value is (176,73,243). Sum of RGB (Red+Green+Blue) = 176+73+243=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #B049F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049F3 is #4FB60C. Grayscale: #7A7A7A. Windows color (decimal): -5223949 or 15944112. OLE color: 15944112.

HSL color Cylindrical-coordinate representation of color #B049F3: hue angle of 276.35º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B049F3 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17673243-
CMYK0.280.7000.05
HSL276.35º87.63%61.96%-
HSV(B)276.35º69.96%95.29%-
XYZ36.4620.4786.82-
YUV123.18195.62165.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 73 (28.91% from 255) = 14.84%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=35.77%
G=14.84%
B=49.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176732430.280.7000.05276.3587.6361.96
HexB049F31C4605114583e
Octal260111363341060542413076
Binary1011000010010011111001111100100011001011000101001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b049f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b049f3; }

 p { color: rgb(176,73,243); }

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

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

 a { background-color: rgb(176,73,243); }

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

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

 span { border-color: rgb(176,73,243); }

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