#BB56FA

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

Shades of Medium Orchid #BB56FA

Tints of Medium Orchid #BB56FA

Color information

#BB56FA (or 0xBB56FA) is unknown color: approx Medium Orchid. HEX triplet: BB, 56 and FA. RGB value is (187,86,250). Sum of RGB (Red+Green+Blue) = 187+86+250=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB56FA is #44A905. Grayscale: #868686. Windows color (decimal): -4499718 or 16406203. OLE color: 16406203.

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

Color convert

RGB18786250-
CMYK0.250.6600.02
HSL276.95º94.25%65.88%-
HSV(B)276.95º65.6%98.04%-
XYZ41.0824.1292.93-
YUV134.89192.96165.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 86 (33.98% from 255) = 16.44%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=35.76%
G=16.44%
B=47.80%

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
Decimal187862500.250.6600.02276.9594.2565.88
HexBB56FA1942021155e42
Octal2731263723110202425136102
Binary1011101110101101111101011001100001001010001010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56FA; }

 p { color: rgb(187,86,250); }

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

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

 a { background-color: rgb(187,86,250); }

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

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

 span { border-color: rgb(187,86,250); }

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