#B249E8

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

Shades of Medium Orchid #B249E8

Tints of Medium Orchid #B249E8

Color information

#B249E8 (or 0xB249E8) is unknown color: approx Medium Orchid. HEX triplet: B2, 49 and E8. RGB value is (178,73,232). Sum of RGB (Red+Green+Blue) = 178+73+232=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #B249E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249E8 is #4DB617. Grayscale: #797979. Windows color (decimal): -5092888 or 15223218. OLE color: 15223218.

HSL color Cylindrical-coordinate representation of color #B249E8: hue angle of 279.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B249E8 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17873232-
CMYK0.230.6900.09
HSL279.62º77.56%59.8%-
HSV(B)279.62º68.53%90.98%-
XYZ35.3120.0678.35-
YUV122.52189.79167.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 73 (28.91% from 255) = 15.11%
BLUE value IS 232 (91.02% from 255) = 48.03%
R=36.85%
G=15.11%
B=48.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178732320.230.6900.09279.6277.5659.8
HexB249E81745091184e3c
Octal2621113502710501143011674
Binary10110010100100111101000101111000101010011000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249E8; }

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

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

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

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

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

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

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

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