#B372D0

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

Shades of Medium Orchid #B372D0

Tints of Medium Orchid #B372D0

Color information

#B372D0 (or 0xB372D0) is unknown color: approx Medium Orchid. HEX triplet: B3, 72 and D0. RGB value is (179,114,208). Sum of RGB (Red+Green+Blue) = 179+114+208=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #B372D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D0 is #4C8D2F. Grayscale: #8F8F8F. Windows color (decimal): -5016880 or 13660851. OLE color: 13660851.

HSL color Cylindrical-coordinate representation of color #B372D0: hue angle of 281.49º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B372D0 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179114208-
CMYK0.140.4500.18
HSL281.49º50%63.14%-
HSV(B)281.49º45.19%81.57%-
XYZ35.9926.1762.83-
YUV144.15164.03152.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=35.73%
G=22.75%
B=41.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791142080.140.4500.18281.495063.14
HexB372D0E2D012119323f
Octal26316232016550224316277
Binary101100111110010110100001110101101010010100011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372D0; }

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

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

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

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

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

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

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

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