#BB7AF1

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

Shades of Heliotrope #BB7AF1

Tints of Heliotrope #BB7AF1

Color information

#BB7AF1 (or 0xBB7AF1) is unknown color: approx Heliotrope. HEX triplet: BB, 7A and F1. RGB value is (187,122,241). Sum of RGB (Red+Green+Blue) = 187+122+241=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AF1 is #44850E. Grayscale: #9A9A9A. Windows color (decimal): -4490511 or 15825595. OLE color: 15825595.

HSL color Cylindrical-coordinate representation of color #BB7AF1: hue angle of 272.77º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7AF1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187122241-
CMYK0.220.4900.05
HSL272.77º80.95%71.18%-
HSV(B)272.77º49.38%94.51%-
XYZ43.3330.8386.89-
YUV155176.53150.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=34%
G=22.18%
B=43.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871222410.220.4900.05272.7780.9571.18
HexBB7AF11631051115147
Octal273172361266105421121107
Binary1011101111110101111000110110110001010110001000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AF1; }

 p { color: rgb(187,122,241); }

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

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

 a { background-color: rgb(187,122,241); }

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

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

 span { border-color: rgb(187,122,241); }

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