#BB48DB

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

Shades of Medium Orchid #BB48DB

Tints of Medium Orchid #BB48DB

Color information

#BB48DB (or 0xBB48DB) is unknown color: approx Medium Orchid. HEX triplet: BB, 48 and DB. RGB value is (187,72,219). Sum of RGB (Red+Green+Blue) = 187+72+219=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48DB is #44B724. Grayscale: #7A7A7A. Windows color (decimal): -4503333 or 14371003. OLE color: 14371003.

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

Color convert

RGB18772219-
CMYK0.150.6700.14
HSL286.94º67.12%57.06%-
HSV(B)286.94º67.12%85.88%-
XYZ35.620.3169.06-
YUV123.14182.1173.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 72 (28.52% from 255) = 15.06%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=39.12%
G=15.06%
B=45.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187722190.150.6700.14286.9467.1257.06
HexBB48DBF430E11f4339
Octal2731103331710301643710371
Binary1011101110010001101101111111000011011101000111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48DB; }

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

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

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

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

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

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

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

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