#B249E6

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

Shades of Medium Orchid #B249E6

Tints of Medium Orchid #B249E6

Color information

#B249E6 (or 0xB249E6) is unknown color: approx Medium Orchid. HEX triplet: B2, 49 and E6. RGB value is (178,73,230). Sum of RGB (Red+Green+Blue) = 178+73+230=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #B249E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249E6 is #4DB619. Grayscale: #797979. Windows color (decimal): -5092890 or 15092146. OLE color: 15092146.

HSL color Cylindrical-coordinate representation of color #B249E6: hue angle of 280.13º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B249E6 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17873230-
CMYK0.230.6800.10
HSL280.13º75.85%59.41%-
HSV(B)280.13º68.26%90.2%-
XYZ35.0319.9476.87-
YUV122.29188.79167.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 73 (28.91% from 255) = 15.18%
BLUE value IS 230 (90.23% from 255) = 47.82%
R=37.01%
G=15.18%
B=47.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178732300.230.6800.10280.1375.8559.41
HexB249E617440A1184c3b
Octal2621113462710401243011473
Binary10110010100100111100110101111000100010101000110001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249E6; }

 p { color: rgb(178,73,230); }

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

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

 a { background-color: rgb(178,73,230); }

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

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

 span { border-color: rgb(178,73,230); }

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