#B97CFD

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

Shades of Heliotrope #B97CFD

Tints of Heliotrope #B97CFD

Color information

#B97CFD (or 0xB97CFD) is unknown color: approx Heliotrope. HEX triplet: B9, 7C and FD. RGB value is (185,124,253). Sum of RGB (Red+Green+Blue) = 185+124+253=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #B97CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97CFD is #468302. Grayscale: #9C9C9C. Windows color (decimal): -4621059 or 16612537. OLE color: 16612537.

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

Color convert

RGB185124253-
CMYK0.270.5100.01
HSL268.37º96.99%73.92%-
HSV(B)268.37º50.99%99.22%-
XYZ44.9431.8296.7-
YUV156.95182.21148.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 124 (48.83% from 255) = 22.06%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=32.92%
G=22.06%
B=45.02%

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
Decimal1851242530.270.5100.01268.3796.9973.92
HexB97CFD1B330110c614a
Octal271174375336301414141112
Binary10111001111110011111101110111100110110000110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CFD; }

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

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

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

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

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

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

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

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