#B372CA

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

Shades of Medium Orchid #B372CA

Tints of Medium Orchid #B372CA

Color information

#B372CA (or 0xB372CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 72 and CA. RGB value is (179,114,202). Sum of RGB (Red+Green+Blue) = 179+114+202=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B372CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CA is #4C8D35. Grayscale: #8F8F8F. Windows color (decimal): -5016886 or 13267635. OLE color: 13267635.

HSL color Cylindrical-coordinate representation of color #B372CA: hue angle of 284.32º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B372CA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179114202-
CMYK0.110.4400.21
HSL284.32º45.36%61.96%-
HSV(B)284.32º43.56%79.22%-
XYZ35.2725.8859.01-
YUV143.47161.03153.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=36.16%
G=23.03%
B=40.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791142020.110.4400.21284.3245.3661.96
HexB372CAB2C01511c2d3e
Octal26316231213540254345576
Binary101100111110010110010101011101100010101100011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372CA; }

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

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

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

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

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

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

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

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