#B97AFA

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

Shades of Heliotrope #B97AFA

Tints of Heliotrope #B97AFA

Color information

#B97AFA (or 0xB97AFA) is unknown color: approx Heliotrope. HEX triplet: B9, 7A and FA. RGB value is (185,122,250). Sum of RGB (Red+Green+Blue) = 185+122+250=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #B97AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97AFA is #468505. Grayscale: #9A9A9A. Windows color (decimal): -4621574 or 16415417. OLE color: 16415417.

HSL color Cylindrical-coordinate representation of color #B97AFA: hue angle of 269.53º 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 #B97AFA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185122250-
CMYK0.260.5100.02
HSL269.53º92.75%72.94%-
HSV(B)269.53º51.2%98.04%-
XYZ44.2231.1494.12-
YUV155.43181.37149.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=33.21%
G=21.90%
B=44.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851222500.260.5100.02269.5392.7572.94
HexB97AFA1A330210e5d49
Octal271172372326302416135111
Binary101110011111010111110101101011001101010000111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AFA; }

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

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

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

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

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

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

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

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