#BB60FE

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

Shades of Heliotrope #BB60FE

Tints of Heliotrope #BB60FE

Color information

#BB60FE (or 0xBB60FE) is unknown color: approx Heliotrope. HEX triplet: BB, 60 and FE. RGB value is (187,96,254). Sum of RGB (Red+Green+Blue) = 187+96+254=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60FE is #449F01. Grayscale: #8C8C8C. Windows color (decimal): -4497154 or 16670907. OLE color: 16670907.

HSL color Cylindrical-coordinate representation of color #BB60FE: hue angle of 274.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB60FE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18796254-
CMYK0.260.6200.00
HSL274.56º98.75%68.63%-
HSV(B)274.56º62.2%99.61%-
XYZ42.5726.0996.56-
YUV141.22191.65160.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=34.82%
G=17.88%
B=47.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal187962540.260.6200.00274.5698.7568.63
HexBB60FE1A3E001136345
Octal273140376327600423143105
Binary10111011110000011111110110101111100010001001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60FE; }

 p { color: rgb(187,96,254); }

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

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

 a { background-color: rgb(187,96,254); }

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

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

 span { border-color: rgb(187,96,254); }

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