#BF7AFF

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

Shades of Heliotrope #BF7AFF

Tints of Heliotrope #BF7AFF

Color information

#BF7AFF (or 0xBF7AFF) is unknown color: approx Heliotrope. HEX triplet: BF, 7A and FF. RGB value is (191,122,255). Sum of RGB (Red+Green+Blue) = 191+122+255=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7AFF is #408500. Grayscale: #9D9D9D. Windows color (decimal): -4228353 or 16743103. OLE color: 16743103.

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

Color convert

RGB191122255-
CMYK0.250.5200
HSL271.13º100%73.92%-
HSV(B)271.13º52.16%100%-
XYZ46.532.2298.38-
YUV157.79182.86151.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 255 (100% from 255) = 44.89%
R=33.63%
G=21.48%
B=44.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911222550.250.5200271.1310073.92
HexBF7AFF19340010f644a
Octal277172377316400417144112
Binary10111111111101011111111110011101000010000111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AFF; }

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

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

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

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

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

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

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

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