#B974FC

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

Shades of Heliotrope #B974FC

Tints of Heliotrope #B974FC

Color information

#B974FC (or 0xB974FC) is unknown color: approx Heliotrope. HEX triplet: B9, 74 and FC. RGB value is (185,116,252). Sum of RGB (Red+Green+Blue) = 185+116+252=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #B974FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974FC is #468B03. Grayscale: #979797. Windows color (decimal): -4623108 or 16544953. OLE color: 16544953.

HSL color Cylindrical-coordinate representation of color #B974FC: hue angle of 270.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B974FC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185116252-
CMYK0.270.5400.01
HSL270.44º95.77%72.16%-
HSV(B)270.44º53.97%98.82%-
XYZ43.8229.8395.54-
YUV152.14184.36151.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 116 (45.70% from 255) = 20.98%
BLUE value IS 252 (98.83% from 255) = 45.57%
R=33.45%
G=20.98%
B=45.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851162520.270.5400.01270.4495.7772.16
HexB974FC1B360110e6048
Octal271164374336601416140110
Binary10111001111010011111100110111101100110000111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974FC; }

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

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

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

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

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

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

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

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