#B97FFF

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

Shades of Heliotrope #B97FFF

Tints of Heliotrope #B97FFF

Color information

#B97FFF (or 0xB97FFF) is unknown color: approx Heliotrope. HEX triplet: B9, 7F and FF. RGB value is (185,127,255). Sum of RGB (Red+Green+Blue) = 185+127+255=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FFF is #468000. Grayscale: #9E9E9E. Windows color (decimal): -4620289 or 16744377. OLE color: 16744377.

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

Color convert

RGB185127255-
CMYK0.270.5000
HSL267.19º100%74.9%-
HSV(B)267.19º50.2%100%-
XYZ45.6532.7198.52-
YUV158.93182.22146.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 255 (100% from 255) = 44.97%
R=32.63%
G=22.40%
B=44.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851272550.270.5000267.1910074.9
HexB97FFF1B320010b644b
Octal271177377336200413144113
Binary10111001111111111111111110111100100010000101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FFF; }

 p { color: rgb(185,127,255); }

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

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

 a { background-color: rgb(185,127,255); }

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

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

 span { border-color: rgb(185,127,255); }

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