#B870DD

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

Shades of Medium Orchid #B870DD

Tints of Medium Orchid #B870DD

Color information

#B870DD (or 0xB870DD) is unknown color: approx Medium Orchid. HEX triplet: B8, 70 and DD. RGB value is (184,112,221). Sum of RGB (Red+Green+Blue) = 184+112+221=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B870DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870DD is #478F22. Grayscale: #919191. Windows color (decimal): -4689699 or 14512312. OLE color: 14512312.

HSL color Cylindrical-coordinate representation of color #B870DD: hue angle of 279.63º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B870DD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184112221-
CMYK0.170.4900.13
HSL279.63º61.58%65.29%-
HSV(B)279.63º49.32%86.67%-
XYZ38.612771.58-
YUV145.95170.35155.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=35.59%
G=21.66%
B=42.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841122210.170.4900.13279.6361.5865.29
HexB870DD11310D1183e41
Octal270160335216101543076101
Binary1011100011100001101110110001110001011011000110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870DD; }

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

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

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

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

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

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

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

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