#B97DFA

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

Shades of Heliotrope #B97DFA

Tints of Heliotrope #B97DFA

Color information

#B97DFA (or 0xB97DFA) is unknown color: approx Heliotrope. HEX triplet: B9, 7D and FA. RGB value is (185,125,250). Sum of RGB (Red+Green+Blue) = 185+125+250=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B97DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DFA is #468205. Grayscale: #9C9C9C. Windows color (decimal): -4620806 or 16416185. OLE color: 16416185.

HSL color Cylindrical-coordinate representation of color #B97DFA: hue angle of 268.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97DFA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185125250-
CMYK0.260.5000.02
HSL268.8º92.59%73.53%-
HSV(B)268.8º50%98.04%-
XYZ44.631.8894.25-
YUV157.19180.38147.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=33.04%
G=22.32%
B=44.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851252500.260.5000.02268.892.5973.53
HexB97DFA1A320210d5d4a
Octal271175372326202415135112
Binary101110011111101111110101101011001001010000110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DFA; }

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

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

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

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

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

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

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

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