#B974F8

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

Shades of Heliotrope #B974F8

Tints of Heliotrope #B974F8

Color information

#B974F8 (or 0xB974F8) is unknown color: approx Heliotrope. HEX triplet: B9, 74 and F8. RGB value is (185,116,248). Sum of RGB (Red+Green+Blue) = 185+116+248=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #B974F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974F8 is #468B07. Grayscale: #979797. Windows color (decimal): -4623112 or 16282809. OLE color: 16282809.

HSL color Cylindrical-coordinate representation of color #B974F8: hue angle of 271.36º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B974F8 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185116248-
CMYK0.250.5300.03
HSL271.36º90.41%71.37%-
HSV(B)271.36º53.23%97.25%-
XYZ43.229.5892.24-
YUV151.68182.36151.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 248 (97.27% from 255) = 45.17%
R=33.70%
G=21.13%
B=45.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851162480.250.5300.03271.3690.4171.37
HexB974F819350310f5a47
Octal271164370316503417132107
Binary101110011110100111110001100111010101110000111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974F8; }

 p { color: rgb(185,116,248); }

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

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

 a { background-color: rgb(185,116,248); }

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

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

 span { border-color: rgb(185,116,248); }

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