#BF7FFF

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

Shades of Heliotrope #BF7FFF

Tints of Heliotrope #BF7FFF

Color information

#BF7FFF (or 0xBF7FFF) is unknown color: approx Heliotrope. HEX triplet: BF, 7F and FF. RGB value is (191,127,255). Sum of RGB (Red+Green+Blue) = 191+127+255=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FFF is #408000. Grayscale: #A0A0A0. Windows color (decimal): -4227073 or 16744383. OLE color: 16744383.

HSL color Cylindrical-coordinate representation of color #BF7FFF: hue angle of 270º 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 #BF7FFF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191127255-
CMYK0.250.5000
HSL270º100%74.9%-
HSV(B)270º50.2%100%-
XYZ47.1333.4898.59-
YUV160.73181.2149.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 255 (100% from 255) = 44.50%
R=33.33%
G=22.16%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911272550.250.500027010074.9
HexBF7FFF19320010e644b
Octal277177377316200416144113
Binary10111111111111111111111110011100100010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FFF; }

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

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

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

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

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

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

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

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