#B870CC

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

Shades of Medium Orchid #B870CC

Tints of Medium Orchid #B870CC

Color information

#B870CC (or 0xB870CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 70 and CC. RGB value is (184,112,204). Sum of RGB (Red+Green+Blue) = 184+112+204=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B870CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CC is #478F33. Grayscale: #8F8F8F. Windows color (decimal): -4689716 or 13398200. OLE color: 13398200.

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

Color convert

RGB184112204-
CMYK0.100.4500.2
HSL286.96º47.42%61.96%-
HSV(B)286.96º45.1%80%-
XYZ36.4626.1460.25-
YUV144.02161.85156.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 112 (44.14% from 255) = 22.4%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=36.8%
G=22.4%
B=40.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841122040.100.4500.2286.9647.4261.96
HexB870CCA2D01411f2f3e
Octal27016031412550244375776
Binary101110001110000110011001010101101010100100011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870CC; }

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

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

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

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

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

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

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

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