#B840DB

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

Shades of Medium Orchid #B840DB

Tints of Medium Orchid #B840DB

Color information

#B840DB (or 0xB840DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 40 and DB. RGB value is (184,64,219). Sum of RGB (Red+Green+Blue) = 184+64+219=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B840DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840DB is #47BF24. Grayscale: #757575. Windows color (decimal): -4701989 or 14368952. OLE color: 14368952.

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

Color convert

RGB18464219-
CMYK0.160.7100.14
HSL286.45º68.28%55.49%-
HSV(B)286.45º70.78%85.88%-
XYZ34.3918.9768.87-
YUV117.55185.26175.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 64 (25.39% from 255) = 13.70%
BLUE value IS 219 (85.94% from 255) = 46.90%
R=39.40%
G=13.70%
B=46.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184642190.160.7100.14286.4568.2855.49
HexB840DB10470E11e4437
Octal2701003332010701643610467
Binary10111000100000011011011100001000111011101000111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840DB; }

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

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

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

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

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

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

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

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