#BB77FF

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

Shades of Heliotrope #BB77FF

Tints of Heliotrope #BB77FF

Color information

#BB77FF (or 0xBB77FF) is unknown color: approx Heliotrope. HEX triplet: BB, 77 and FF. RGB value is (187,119,255). Sum of RGB (Red+Green+Blue) = 187+119+255=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FF is #448800. Grayscale: #9A9A9A. Windows color (decimal): -4491265 or 16742331. OLE color: 16742331.

HSL color Cylindrical-coordinate representation of color #BB77FF: hue angle of 270º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB77FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187119255-
CMYK0.270.5300
HSL270º100%73.33%-
HSV(B)270º53.33%100%-
XYZ45.1430.9898.21-
YUV154.84184.53150.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 255 (100% from 255) = 45.45%
R=33.33%
G=21.21%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871192550.270.530027010073.33
HexBB77FF1B350010e6449
Octal273167377336500416144111
Binary10111011111011111111111110111101010010000111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77FF; }

 p { color: rgb(187,119,255); }

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

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

 a { background-color: rgb(187,119,255); }

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

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

 span { border-color: rgb(187,119,255); }

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