#B249CB

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

Shades of Medium Orchid #B249CB

Tints of Medium Orchid #B249CB

Color information

#B249CB (or 0xB249CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 49 and CB. RGB value is (178,73,203). Sum of RGB (Red+Green+Blue) = 178+73+203=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B249CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249CB is #4DB634. Grayscale: #767676. Windows color (decimal): -5092917 or 13322674. OLE color: 13322674.

HSL color Cylindrical-coordinate representation of color #B249CB: hue angle of 288.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B249CB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17873203-
CMYK0.120.6400.20
HSL288.46º55.56%54.12%-
HSV(B)288.46º64.04%79.61%-
XYZ31.5218.5458.42-
YUV119.22175.29169.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=39.21%
G=16.08%
B=44.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178732030.120.6400.20288.4655.5654.12
HexB249CBC400141203836
Octal262111313141000244407066
Binary1011001010010011100101111001000000010100100100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249CB; }

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

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

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

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

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

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

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

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