#B574FD

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

Shades of Heliotrope #B574FD

Tints of Heliotrope #B574FD

Color information

#B574FD (or 0xB574FD) is unknown color: approx Heliotrope. HEX triplet: B5, 74 and FD. RGB value is (181,116,253). Sum of RGB (Red+Green+Blue) = 181+116+253=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #B574FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574FD is #4A8B02. Grayscale: #969696. Windows color (decimal): -4885251 or 16610485. OLE color: 16610485.

HSL color Cylindrical-coordinate representation of color #B574FD: hue angle of 268.47º degrees, saturation: 0.97, 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 #B574FD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181116253-
CMYK0.280.5400.01
HSL268.47º97.16%72.35%-
HSV(B)268.47º54.15%99.22%-
XYZ43.0329.4196.34-
YUV151.05185.53149.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 253 (99.22% from 255) = 46%
R=32.91%
G=21.09%
B=46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811162530.280.5400.01268.4797.1672.35
HexB574FD1C360110c6148
Octal265164375346601414141110
Binary10110101111010011111101111001101100110000110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574FD; }

 p { color: rgb(181,116,253); }

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

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

 a { background-color: rgb(181,116,253); }

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

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

 span { border-color: rgb(181,116,253); }

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