#B372CC

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

Shades of Medium Orchid #B372CC

Tints of Medium Orchid #B372CC

Color information

#B372CC (or 0xB372CC) is unknown color: approx Medium Orchid. HEX triplet: B3, 72 and CC. RGB value is (179,114,204). Sum of RGB (Red+Green+Blue) = 179+114+204=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B372CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CC is #4C8D33. Grayscale: #8F8F8F. Windows color (decimal): -5016884 or 13398707. OLE color: 13398707.

HSL color Cylindrical-coordinate representation of color #B372CC: hue angle of 283.33º degrees, saturation: 0.47, 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 #B372CC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179114204-
CMYK0.120.4400.2
HSL283.33º46.88%62.35%-
HSV(B)283.33º44.12%80%-
XYZ35.5125.9860.27-
YUV143.7162.03153.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=36.02%
G=22.94%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791142040.120.4400.2283.3346.8862.35
HexB372CCC2C01411b2f3e
Octal26316231414540244335776
Binary101100111110010110011001100101100010100100011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372CC; }

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

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

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

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

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

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

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

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