#B972F1

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

Shades of Heliotrope #B972F1

Tints of Heliotrope #B972F1

Color information

#B972F1 (or 0xB972F1) is unknown color: approx Heliotrope. HEX triplet: B9, 72 and F1. RGB value is (185,114,241). Sum of RGB (Red+Green+Blue) = 185+114+241=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #B972F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972F1 is #468D0E. Grayscale: #959595. Windows color (decimal): -4623631 or 15823545. OLE color: 15823545.

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

Color convert

RGB185114241-
CMYK0.230.5300.05
HSL273.54º81.94%69.61%-
HSV(B)273.54º52.7%94.51%-
XYZ41.928.786.55-
YUV149.71179.52153.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=34.26%
G=21.11%
B=44.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851142410.230.5300.05273.5481.9469.61
HexB972F11735051125246
Octal271162361276505422122106
Binary1011100111100101111000110111110101010110001001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972F1; }

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

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

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

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

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

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

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

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