#B870CD

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

Shades of Medium Orchid #B870CD

Tints of Medium Orchid #B870CD

Color information

#B870CD (or 0xB870CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 70 and CD. RGB value is (184,112,205). Sum of RGB (Red+Green+Blue) = 184+112+205=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B870CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CD is #478F32. Grayscale: #8F8F8F. Windows color (decimal): -4689715 or 13463736. OLE color: 13463736.

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

Color convert

RGB184112205-
CMYK0.100.4500.20
HSL286.45º48.19%62.16%-
HSV(B)286.45º45.37%80.39%-
XYZ36.5826.1960.88-
YUV144.13162.35156.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=36.73%
G=22.36%
B=40.92%

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
Decimal1841122050.100.4500.20286.4548.1962.16
HexB870CDA2D01411e303e
Octal27016031512550244366076
Binary101110001110000110011011010101101010100100011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870CD; }

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

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

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

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

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

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

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

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