#B870DB

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

Shades of Medium Orchid #B870DB

Tints of Medium Orchid #B870DB

Color information

#B870DB (or 0xB870DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 70 and DB. RGB value is (184,112,219). Sum of RGB (Red+Green+Blue) = 184+112+219=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B870DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870DB is #478F24. Grayscale: #919191. Windows color (decimal): -4689701 or 14381240. OLE color: 14381240.

HSL color Cylindrical-coordinate representation of color #B870DB: hue angle of 280.37º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B870DB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184112219-
CMYK0.160.4900.14
HSL280.37º59.78%64.9%-
HSV(B)280.37º48.86%85.88%-
XYZ38.3526.8970.19-
YUV145.73169.35155.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=35.73%
G=21.75%
B=42.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841122190.160.4900.14280.3759.7864.9
HexB870DB10310E1183c41
Octal270160333206101643074101
Binary1011100011100001101101110000110001011101000110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870DB; }

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

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

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

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

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

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

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

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