#B855DB

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

Shades of Medium Orchid #B855DB

Tints of Medium Orchid #B855DB

Color information

#B855DB (or 0xB855DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 55 and DB. RGB value is (184,85,219). Sum of RGB (Red+Green+Blue) = 184+85+219=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B855DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855DB is #47AA24. Grayscale: #818181. Windows color (decimal): -4696613 or 14374328. OLE color: 14374328.

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

Color convert

RGB18485219-
CMYK0.160.6100.14
HSL284.33º65.05%59.61%-
HSV(B)284.33º61.19%85.88%-
XYZ35.821.869.34-
YUV129.88178.3166.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 85 (33.59% from 255) = 17.42%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=37.70%
G=17.42%
B=44.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184852190.160.6100.14284.3365.0559.61
HexB855DB103D0E11c413c
Octal270125333207501643410174
Binary1011100010101011101101110000111101011101000111001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855DB; }

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

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

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

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

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

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

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

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