#BB54F9

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

Shades of Medium Orchid #BB54F9

Tints of Medium Orchid #BB54F9

Color information

#BB54F9 (or 0xBB54F9) is unknown color: approx Medium Orchid. HEX triplet: BB, 54 and F9. RGB value is (187,84,249). Sum of RGB (Red+Green+Blue) = 187+84+249=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB54F9 is #44AB06. Grayscale: #858585. Windows color (decimal): -4500231 or 16340155. OLE color: 16340155.

HSL color Cylindrical-coordinate representation of color #BB54F9: hue angle of 277.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB54F9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18784249-
CMYK0.250.6600.02
HSL277.45º93.22%65.29%-
HSV(B)277.45º66.27%97.65%-
XYZ40.7623.7492.06-
YUV133.61193.12166.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 84 (33.20% from 255) = 16.15%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=35.96%
G=16.15%
B=47.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187842490.250.6600.02277.4593.2265.29
HexBB54F91942021155d41
Octal2731243713110202425135101
Binary1011101110101001111100111001100001001010001010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54F9; }

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

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

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

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

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

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

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

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