#B974FF

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

Shades of Heliotrope #B974FF

Tints of Heliotrope #B974FF

Color information

#B974FF (or 0xB974FF) is unknown color: approx Heliotrope. HEX triplet: B9, 74 and FF. RGB value is (185,116,255). Sum of RGB (Red+Green+Blue) = 185+116+255=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B974FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974FF is #468B00. Grayscale: #979797. Windows color (decimal): -4623105 or 16741561. OLE color: 16741561.

HSL color Cylindrical-coordinate representation of color #B974FF: hue angle of 269.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B974FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185116255-
CMYK0.270.5500
HSL269.78º100%72.75%-
HSV(B)269.78º54.51%100%-
XYZ44.330.0398.07-
YUV152.48185.86151.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 116 (45.70% from 255) = 20.86%
BLUE value IS 255 (100% from 255) = 45.86%
R=33.27%
G=20.86%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851162550.270.5500269.7810072.75
HexB974FF1B370010e6449
Octal271164377336700416144111
Binary10111001111010011111111110111101110010000111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974FF; }

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

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

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

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

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

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

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

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