#B874FE

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

Shades of Heliotrope #B874FE

Tints of Heliotrope #B874FE

Color information

#B874FE (or 0xB874FE) is unknown color: approx Heliotrope. HEX triplet: B8, 74 and FE. RGB value is (184,116,254). Sum of RGB (Red+Green+Blue) = 184+116+254=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #B874FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B874FE is #478B01. Grayscale: #979797. Windows color (decimal): -4688642 or 16676024. OLE color: 16676024.

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

Color convert

RGB184116254-
CMYK0.280.5400.00
HSL269.57º98.57%72.55%-
HSV(B)269.57º54.33%99.61%-
XYZ43.929.8497.21-
YUV152.06185.53150.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 116 (45.70% from 255) = 20.94%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=33.21%
G=20.94%
B=45.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841162540.280.5400.00269.5798.5772.55
HexB874FE1C360010e6349
Octal270164376346600416143111
Binary10111000111010011111110111001101100010000111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874FE; }

 p { color: rgb(184,116,254); }

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

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

 a { background-color: rgb(184,116,254); }

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

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

 span { border-color: rgb(184,116,254); }

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