#BF81FF

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

Shades of Heliotrope #BF81FF

Tints of Heliotrope #BF81FF

Color information

#BF81FF (or 0xBF81FF) is unknown color: approx Heliotrope. HEX triplet: BF, 81 and FF. RGB value is (191,129,255). Sum of RGB (Red+Green+Blue) = 191+129+255=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81FF is #407E00. Grayscale: #A1A1A1. Windows color (decimal): -4226561 or 16744895. OLE color: 16744895.

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

Color convert

RGB191129255-
CMYK0.250.4900
HSL269.52º100%75.29%-
HSV(B)269.52º49.41%100%-
XYZ47.393498.67-
YUV161.9180.54148.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 255 (100% from 255) = 44.35%
R=33.22%
G=22.43%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911292550.250.4900269.5210075.29
HexBF81FF19310010e644b
Octal277201377316100416144113
Binary101111111000000111111111110011100010010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81FF; }

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

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

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

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

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

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

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

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