#B372CB

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

Shades of Medium Orchid #B372CB

Tints of Medium Orchid #B372CB

Color information

#B372CB (or 0xB372CB) is unknown color: approx Medium Orchid. HEX triplet: B3, 72 and CB. RGB value is (179,114,203). Sum of RGB (Red+Green+Blue) = 179+114+203=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B372CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CB is #4C8D34. Grayscale: #8F8F8F. Windows color (decimal): -5016885 or 13333171. OLE color: 13333171.

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

Color convert

RGB179114203-
CMYK0.120.4400.20
HSL283.82º46.11%62.16%-
HSV(B)283.82º43.84%79.61%-
XYZ35.3925.9359.64-
YUV143.58161.53153.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=36.09%
G=22.98%
B=40.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791142030.120.4400.20283.8246.1162.16
HexB372CBC2C01411c2e3e
Octal26316231314540244345676
Binary101100111110010110010111100101100010100100011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372CB; }

 p { color: rgb(179,114,203); }

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

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

 a { background-color: rgb(179,114,203); }

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

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

 span { border-color: rgb(179,114,203); }

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