#B970F5

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

Shades of Heliotrope #B970F5

Tints of Heliotrope #B970F5

Color information

#B970F5 (or 0xB970F5) is unknown color: approx Heliotrope. HEX triplet: B9, 70 and F5. RGB value is (185,112,245). Sum of RGB (Red+Green+Blue) = 185+112+245=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #B970F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970F5 is #468F0A. Grayscale: #949494. Windows color (decimal): -4624139 or 16085177. OLE color: 16085177.

HSL color Cylindrical-coordinate representation of color #B970F5: hue angle of 272.93º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B970F5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185112245-
CMYK0.240.5400.04
HSL272.93º86.93%70%-
HSV(B)272.93º54.29%96.08%-
XYZ42.2828.589.66-
YUV148.99182.18153.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 245 (96.09% from 255) = 45.20%
R=34.13%
G=20.66%
B=45.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851122450.240.5400.04272.9386.9370
HexB970F51836041115746
Octal271160365306604421127106
Binary1011100111100001111010111000110110010010001000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970F5; }

 p { color: rgb(185,112,245); }

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

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

 a { background-color: rgb(185,112,245); }

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

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

 span { border-color: rgb(185,112,245); }

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