#BB6BF7

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

Shades of Heliotrope #BB6BF7

Tints of Heliotrope #BB6BF7

Color information

#BB6BF7 (or 0xBB6BF7) is unknown color: approx Heliotrope. HEX triplet: BB, 6B and F7. RGB value is (187,107,247). Sum of RGB (Red+Green+Blue) = 187+107+247=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB6BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BF7 is #449408. Grayscale: #929292. Windows color (decimal): -4494345 or 16214971. OLE color: 16214971.

HSL color Cylindrical-coordinate representation of color #BB6BF7: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6BF7 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187107247-
CMYK0.240.5700.03
HSL274.29º89.74%69.41%-
HSV(B)274.29º56.68%96.86%-
XYZ42.5427.891.12-
YUV146.88184.5156.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=34.57%
G=19.78%
B=45.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871072470.240.5700.03274.2989.7469.41
HexBB6BF71839031125a45
Octal273153367307103422132105
Binary101110111101011111101111100011100101110001001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BF7; }

 p { color: rgb(187,107,247); }

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

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

 a { background-color: rgb(187,107,247); }

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

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

 span { border-color: rgb(187,107,247); }

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