#BB42DB

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

Shades of Medium Orchid #BB42DB

Tints of Medium Orchid #BB42DB

Color information

#BB42DB (or 0xBB42DB) is unknown color: approx Medium Orchid. HEX triplet: BB, 42 and DB. RGB value is (187,66,219). Sum of RGB (Red+Green+Blue) = 187+66+219=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42DB is #44BD24. Grayscale: #777777. Windows color (decimal): -4504869 or 14369467. OLE color: 14369467.

HSL color Cylindrical-coordinate representation of color #BB42DB: hue angle of 287.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB42DB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18766219-
CMYK0.150.7000.14
HSL287.45º68%55.88%-
HSV(B)287.45º69.86%85.88%-
XYZ35.2319.5868.94-
YUV119.62184.09176.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 66 (26.17% from 255) = 13.98%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=39.62%
G=13.98%
B=46.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187662190.150.7000.14287.456855.88
HexBB42DBF460E11f4438
Octal2731023331710601643710470
Binary1011101110000101101101111111000110011101000111111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42DB; }

 p { color: rgb(187,66,219); }

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

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

 a { background-color: rgb(187,66,219); }

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

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

 span { border-color: rgb(187,66,219); }

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