#BB54E2

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

Shades of Medium Orchid #BB54E2

Tints of Medium Orchid #BB54E2

Color information

#BB54E2 (or 0xBB54E2) is unknown color: approx Medium Orchid. HEX triplet: BB, 54 and E2. RGB value is (187,84,226). Sum of RGB (Red+Green+Blue) = 187+84+226=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB54E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54E2 is #44AB1D. Grayscale: #828282. Windows color (decimal): -4500254 or 14832827. OLE color: 14832827.

HSL color Cylindrical-coordinate representation of color #BB54E2: hue angle of 283.52º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB54E2 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18784226-
CMYK0.170.6300.11
HSL283.52º71%60.78%-
HSV(B)283.52º62.83%88.63%-
XYZ37.3922.474.3-
YUV130.99181.62167.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=37.63%
G=16.90%
B=45.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187842260.170.6300.11283.527160.78
HexBB54E2113F0B11c473d
Octal273124342217701343410775
Binary1011101110101001110001010001111111010111000111001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54E2; }

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

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

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

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

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

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

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

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