#BF80FF

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

Shades of Heliotrope #BF80FF

Tints of Heliotrope #BF80FF

Color information

#BF80FF (or 0xBF80FF) is unknown color: approx Heliotrope. HEX triplet: BF, 80 and FF. RGB value is (191,128,255). Sum of RGB (Red+Green+Blue) = 191+128+255=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80FF is #407F00. Grayscale: #A0A0A0. Windows color (decimal): -4226817 or 16744639. OLE color: 16744639.

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

Color convert

RGB191128255-
CMYK0.250.5000
HSL269.76º100%75.1%-
HSV(B)269.76º49.8%100%-
XYZ47.2633.7398.63-
YUV161.32180.87149.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 255 (100% from 255) = 44.43%
R=33.28%
G=22.30%
B=44.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911282550.250.5000269.7610075.1
HexBF80FF19320010e644b
Octal277200377316200416144113
Binary101111111000000011111111110011100100010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80FF; }

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

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

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

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

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

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

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

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