#BB7BEF

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

Shades of Heliotrope #BB7BEF

Tints of Heliotrope #BB7BEF

Color information

#BB7BEF (or 0xBB7BEF) is unknown color: approx Heliotrope. HEX triplet: BB, 7B and EF. RGB value is (187,123,239). Sum of RGB (Red+Green+Blue) = 187+123+239=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BEF is #448410. Grayscale: #9A9A9A. Windows color (decimal): -4490257 or 15694779. OLE color: 15694779.

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

Color convert

RGB187123239-
CMYK0.220.4900.06
HSL273.1º78.38%70.98%-
HSV(B)273.1º48.54%93.73%-
XYZ43.1630.9685.36-
YUV155.36175.2150.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 239 (93.75% from 255) = 43.53%
R=34.06%
G=22.40%
B=43.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871232390.220.4900.06273.178.3870.98
HexBB7BEF1631061114e47
Octal273173357266106421116107
Binary1011101111110111110111110110110001011010001000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BEF; }

 p { color: rgb(187,123,239); }

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

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

 a { background-color: rgb(187,123,239); }

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

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

 span { border-color: rgb(187,123,239); }

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