#BB64F8

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

Shades of Heliotrope #BB64F8

Tints of Heliotrope #BB64F8

Color information

#BB64F8 (or 0xBB64F8) is unknown color: approx Heliotrope. HEX triplet: BB, 64 and F8. RGB value is (187,100,248). Sum of RGB (Red+Green+Blue) = 187+100+248=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB64F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64F8 is #449B07. Grayscale: #8E8E8E. Windows color (decimal): -4496136 or 16278715. OLE color: 16278715.

HSL color Cylindrical-coordinate representation of color #BB64F8: hue angle of 275.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB64F8 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187100248-
CMYK0.250.6000.03
HSL275.27º91.36%68.24%-
HSV(B)275.27º59.68%97.25%-
XYZ41.9926.4691.7-
YUV142.88187.32159.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=34.95%
G=18.69%
B=46.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871002480.250.6000.03275.2791.3668.24
HexBB64F8193C031135b44
Octal273144370317403423133104
Binary101110111100100111110001100111110001110001001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64F8; }

 p { color: rgb(187,100,248); }

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

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

 a { background-color: rgb(187,100,248); }

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

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

 span { border-color: rgb(187,100,248); }

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