#BF7AFA

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

Shades of Heliotrope #BF7AFA

Tints of Heliotrope #BF7AFA

Color information

#BF7AFA (or 0xBF7AFA) is unknown color: approx Heliotrope. HEX triplet: BF, 7A and FA. RGB value is (191,122,250). Sum of RGB (Red+Green+Blue) = 191+122+250=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7AFA is #408505. Grayscale: #9C9C9C. Windows color (decimal): -4228358 or 16415423. OLE color: 16415423.

HSL color Cylindrical-coordinate representation of color #BF7AFA: hue angle of 272.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF7AFA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191122250-
CMYK0.240.5100.02
HSL272.34º92.75%72.94%-
HSV(B)272.34º51.2%98.04%-
XYZ45.731.994.19-
YUV157.22180.36152.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=33.93%
G=21.67%
B=44.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911222500.240.5100.02272.3492.7572.94
HexBF7AFA1833021105d49
Octal277172372306302420135111
Binary101111111111010111110101100011001101010001000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AFA; }

 p { color: rgb(191,122,250); }

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

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

 a { background-color: rgb(191,122,250); }

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

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

 span { border-color: rgb(191,122,250); }

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