#BB54D1

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

Shades of Medium Orchid #BB54D1

Tints of Medium Orchid #BB54D1

Color information

#BB54D1 (or 0xBB54D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 54 and D1. RGB value is (187,84,209). Sum of RGB (Red+Green+Blue) = 187+84+209=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB54D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54D1 is #44AB2E. Grayscale: #808080. Windows color (decimal): -4500271 or 13718715. OLE color: 13718715.

HSL color Cylindrical-coordinate representation of color #BB54D1: hue angle of 289.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB54D1 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18784209-
CMYK0.110.6000.18
HSL289.44º57.6%57.45%-
HSV(B)289.44º59.81%81.96%-
XYZ35.1721.5162.62-
YUV129.05173.12169.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 84 (33.20% from 255) = 17.5%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=38.96%
G=17.5%
B=43.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187842090.110.6000.18289.4457.657.45
HexBB54D1B3C0121213a39
Octal27312432113740224417271
Binary101110111010100110100011011111100010010100100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54D1; }

 p { color: rgb(187,84,209); }

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

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

 a { background-color: rgb(187,84,209); }

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

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

 span { border-color: rgb(187,84,209); }

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