#BB77FD

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

Shades of Heliotrope #BB77FD

Tints of Heliotrope #BB77FD

Color information

#BB77FD (or 0xBB77FD) is unknown color: approx Heliotrope. HEX triplet: BB, 77 and FD. RGB value is (187,119,253). Sum of RGB (Red+Green+Blue) = 187+119+253=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FD is #448802. Grayscale: #9A9A9A. Windows color (decimal): -4491267 or 16611259. OLE color: 16611259.

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

Color convert

RGB187119253-
CMYK0.260.5300.01
HSL270.45º97.1%72.94%-
HSV(B)270.45º52.96%99.22%-
XYZ44.8230.8596.52-
YUV154.61183.53151.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=33.45%
G=21.29%
B=45.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871192530.260.5300.01270.4597.172.94
HexBB77FD1A350110e6149
Octal273167375326501416141111
Binary10111011111011111111101110101101010110000111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77FD; }

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

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

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

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

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

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

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

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