#BB61FB

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

Shades of Heliotrope #BB61FB

Tints of Heliotrope #BB61FB

Color information

#BB61FB (or 0xBB61FB) is unknown color: approx Heliotrope. HEX triplet: BB, 61 and FB. RGB value is (187,97,251). Sum of RGB (Red+Green+Blue) = 187+97+251=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61FB is #449E04. Grayscale: #8C8C8C. Windows color (decimal): -4496901 or 16474555. OLE color: 16474555.

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

Color convert

RGB18797251-
CMYK0.250.6100.02
HSL275.06º95.06%68.24%-
HSV(B)275.06º61.35%98.43%-
XYZ42.1826.0894.08-
YUV141.47189.82160.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=34.95%
G=18.13%
B=46.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187972510.250.6100.02275.0695.0668.24
HexBB61FB193D021135f44
Octal273141373317502423137104
Binary101110111100001111110111100111110101010001001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61FB; }

 p { color: rgb(187,97,251); }

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

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

 a { background-color: rgb(187,97,251); }

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

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

 span { border-color: rgb(187,97,251); }

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