#B871CD

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

Shades of Medium Orchid #B871CD

Tints of Medium Orchid #B871CD

Color information

#B871CD (or 0xB871CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 71 and CD. RGB value is (184,113,205). Sum of RGB (Red+Green+Blue) = 184+113+205=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B871CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CD is #478E32. Grayscale: #909090. Windows color (decimal): -4689459 or 13463992. OLE color: 13463992.

HSL color Cylindrical-coordinate representation of color #B871CD: hue angle of 286.3º 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 #B871CD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184113205-
CMYK0.100.4500.20
HSL286.3º47.92%62.35%-
HSV(B)286.3º44.88%80.39%-
XYZ36.6926.4160.92-
YUV144.72162.02156.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=36.65%
G=22.51%
B=40.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841132050.100.4500.20286.347.9262.35
HexB871CDA2D01411e303e
Octal27016131512550244366076
Binary101110001110001110011011010101101010100100011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871CD; }

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

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

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

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

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

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

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

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