#BF89FF

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

Shades of Heliotrope #BF89FF

Tints of Heliotrope #BF89FF

Color information

#BF89FF (or 0xBF89FF) is unknown color: approx Heliotrope. HEX triplet: BF, 89 and FF. RGB value is (191,137,255). Sum of RGB (Red+Green+Blue) = 191+137+255=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89FF is #407600. Grayscale: #A6A6A6. Windows color (decimal): -4224513 or 16746943. OLE color: 16746943.

HSL color Cylindrical-coordinate representation of color #BF89FF: hue angle of 267.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF89FF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191137255-
CMYK0.250.4600
HSL267.46º100%76.86%-
HSV(B)267.46º46.27%100%-
XYZ48.4836.1999.04-
YUV166.6177.89145.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 137 (53.91% from 255) = 23.50%
BLUE value IS 255 (100% from 255) = 43.74%
R=32.76%
G=23.50%
B=43.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911372550.250.4600267.4610076.86
HexBF89FF192E0010b644d
Octal277211377315600413144115
Binary101111111000100111111111110011011100010000101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89FF; }

 p { color: rgb(191,137,255); }

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

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

 a { background-color: rgb(191,137,255); }

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

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

 span { border-color: rgb(191,137,255); }

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