#BB54EA

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

Shades of Medium Orchid #BB54EA

Tints of Medium Orchid #BB54EA

Color information

#BB54EA (or 0xBB54EA) is unknown color: approx Medium Orchid. HEX triplet: BB, 54 and EA. RGB value is (187,84,234). Sum of RGB (Red+Green+Blue) = 187+84+234=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54EA is #44AB15. Grayscale: #838383. Windows color (decimal): -4500246 or 15357115. OLE color: 15357115.

HSL color Cylindrical-coordinate representation of color #BB54EA: hue angle of 281.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB54EA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18784234-
CMYK0.200.6400.08
HSL281.2º78.12%62.35%-
HSV(B)281.2º64.1%91.76%-
XYZ38.5222.8580.22-
YUV131.9185.62167.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 84 (33.20% from 255) = 16.63%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=37.03%
G=16.63%
B=46.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187842340.200.6400.08281.278.1262.35
HexBB54EA1440081194e3e
Octal2731243522410001043111676
Binary10111011101010011101010101001000000010001000110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54EA; }

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

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

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

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

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

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

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

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