#B97AF6

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

Shades of Heliotrope #B97AF6

Tints of Heliotrope #B97AF6

Color information

#B97AF6 (or 0xB97AF6) is unknown color: approx Heliotrope. HEX triplet: B9, 7A and F6. RGB value is (185,122,246). Sum of RGB (Red+Green+Blue) = 185+122+246=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #B97AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97AF6 is #468509. Grayscale: #9A9A9A. Windows color (decimal): -4621578 or 16153273. OLE color: 16153273.

HSL color Cylindrical-coordinate representation of color #B97AF6: hue angle of 270.48º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97AF6 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185122246-
CMYK0.250.5000.04
HSL270.48º87.32%72.16%-
HSV(B)270.48º50.41%96.47%-
XYZ43.630.8990.85-
YUV154.97179.37149.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=33.45%
G=22.06%
B=44.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851222460.250.5000.04270.4887.3272.16
HexB97AF619320410e5748
Octal271172366316204416127110
Binary1011100111110101111011011001110010010010000111010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AF6; }

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

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

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

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

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

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

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

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