#BF7DFF

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

Shades of Heliotrope #BF7DFF

Tints of Heliotrope #BF7DFF

Color information

#BF7DFF (or 0xBF7DFF) is unknown color: approx Heliotrope. HEX triplet: BF, 7D and FF. RGB value is (191,125,255). Sum of RGB (Red+Green+Blue) = 191+125+255=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DFF is #408200. Grayscale: #9F9F9F. Windows color (decimal): -4227585 or 16743871. OLE color: 16743871.

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

Color convert

RGB191125255-
CMYK0.250.5100
HSL270.46º100%74.51%-
HSV(B)270.46º50.98%100%-
XYZ46.8732.9698.5-
YUV159.55181.87150.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 255 (100% from 255) = 44.66%
R=33.45%
G=21.89%
B=44.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911252550.250.5100270.4610074.51
HexBF7DFF19330010e644b
Octal277175377316300416144113
Binary10111111111110111111111110011100110010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DFF; }

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

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

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

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

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

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

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

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