#B371CD

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

Shades of Medium Orchid #B371CD

Tints of Medium Orchid #B371CD

Color information

#B371CD (or 0xB371CD) is unknown color: approx Medium Orchid. HEX triplet: B3, 71 and CD. RGB value is (179,113,205). Sum of RGB (Red+Green+Blue) = 179+113+205=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371CD is #4C8E32. Grayscale: #8E8E8E. Windows color (decimal): -5017139 or 13463987. OLE color: 13463987.

HSL color Cylindrical-coordinate representation of color #B371CD: hue angle of 283.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B371CD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179113205-
CMYK0.130.4500.20
HSL283.04º47.92%62.35%-
HSV(B)283.04º44.88%80.39%-
XYZ35.5125.860.87-
YUV143.22162.87153.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=36.02%
G=22.74%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791132050.130.4500.20283.0447.9262.35
HexB371CDD2D01411b303e
Octal26316131515550244336076
Binary101100111110001110011011101101101010100100011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371CD; }

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

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

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

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

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

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

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

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