#B371C9

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

Shades of Medium Orchid #B371C9

Tints of Medium Orchid #B371C9

Color information

#B371C9 (or 0xB371C9) is unknown color: approx Medium Orchid. HEX triplet: B3, 71 and C9. RGB value is (179,113,201). Sum of RGB (Red+Green+Blue) = 179+113+201=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #B371C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371C9 is #4C8E36. Grayscale: #8E8E8E. Windows color (decimal): -5017143 or 13201843. OLE color: 13201843.

HSL color Cylindrical-coordinate representation of color #B371C9: hue angle of 285º 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 #B371C9 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179113201-
CMYK0.110.4400.21
HSL285º44.9%61.57%-
HSV(B)285º43.78%78.82%-
XYZ35.0425.6158.36-
YUV142.77160.87153.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=36.31%
G=22.92%
B=40.77%

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
Decimal1791132010.110.4400.2128544.961.57
HexB371C9B2C01511d2d3e
Octal26316131113540254355576
Binary101100111110001110010011011101100010101100011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371C9; }

 p { color: rgb(179,113,201); }

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

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

 a { background-color: rgb(179,113,201); }

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

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

 span { border-color: rgb(179,113,201); }

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