#B97DFD

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

Shades of Heliotrope #B97DFD

Tints of Heliotrope #B97DFD

Color information

#B97DFD (or 0xB97DFD) is unknown color: approx Heliotrope. HEX triplet: B9, 7D and FD. RGB value is (185,125,253). Sum of RGB (Red+Green+Blue) = 185+125+253=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #B97DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DFD is #468202. Grayscale: #9D9D9D. Windows color (decimal): -4620803 or 16612793. OLE color: 16612793.

HSL color Cylindrical-coordinate representation of color #B97DFD: hue angle of 268.12º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B97DFD is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185125253-
CMYK0.270.5100.01
HSL268.12º96.97%74.12%-
HSV(B)268.12º50.59%99.22%-
XYZ45.0732.0796.74-
YUV157.53181.88147.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=32.86%
G=22.20%
B=44.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851252530.270.5100.01268.1296.9774.12
HexB97DFD1B330110c614a
Octal271175375336301414141112
Binary10111001111110111111101110111100110110000110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DFD; }

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

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

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

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

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

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

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

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