#B973F1

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

Shades of Heliotrope #B973F1

Tints of Heliotrope #B973F1

Color information

#B973F1 (or 0xB973F1) is unknown color: approx Heliotrope. HEX triplet: B9, 73 and F1. RGB value is (185,115,241). Sum of RGB (Red+Green+Blue) = 185+115+241=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #B973F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973F1 is #468C0E. Grayscale: #959595. Windows color (decimal): -4623375 or 15823801. OLE color: 15823801.

HSL color Cylindrical-coordinate representation of color #B973F1: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B973F1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185115241-
CMYK0.230.5200.05
HSL273.33º81.82%69.8%-
HSV(B)273.33º52.28%94.51%-
XYZ42.0228.9386.59-
YUV150.29179.19152.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=34.20%
G=21.26%
B=44.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851152410.230.5200.05273.3381.8269.8
HexB973F11734051115246
Octal271163361276405421122106
Binary1011100111100111111000110111110100010110001000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973F1; }

 p { color: rgb(185,115,241); }

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

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

 a { background-color: rgb(185,115,241); }

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

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

 span { border-color: rgb(185,115,241); }

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