#B372D7

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

Shades of Medium Orchid #B372D7

Tints of Medium Orchid #B372D7

Color information

#B372D7 (or 0xB372D7) is unknown color: approx Medium Orchid. HEX triplet: B3, 72 and D7. RGB value is (179,114,215). Sum of RGB (Red+Green+Blue) = 179+114+215=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #B372D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D7 is #4C8D28. Grayscale: #909090. Windows color (decimal): -5016873 or 14119603. OLE color: 14119603.

HSL color Cylindrical-coordinate representation of color #B372D7: hue angle of 278.61º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B372D7 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179114215-
CMYK0.170.4700.16
HSL278.61º55.8%64.51%-
HSV(B)278.61º46.98%84.31%-
XYZ36.8726.5267.47-
YUV144.95167.53152.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=35.24%
G=22.44%
B=42.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791142150.170.4700.16278.6155.864.51
HexB372D7112F0101173841
Octal263162327215702042770101
Binary10110011111001011010111100011011110100001000101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372D7; }

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

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

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

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

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

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

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

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