#B574FF

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

Shades of Heliotrope #B574FF

Tints of Heliotrope #B574FF

Color information

#B574FF (or 0xB574FF) is unknown color: approx Heliotrope. HEX triplet: B5, 74 and FF. RGB value is (181,116,255). Sum of RGB (Red+Green+Blue) = 181+116+255=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B574FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574FF is #4A8B00. Grayscale: #969696. Windows color (decimal): -4885249 or 16741557. OLE color: 16741557.

HSL color Cylindrical-coordinate representation of color #B574FF: hue angle of 268.06º 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 #B574FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181116255-
CMYK0.290.5500
HSL268.06º100%72.75%-
HSV(B)268.06º54.51%100%-
XYZ43.3529.5398.02-
YUV151.28186.53149.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 116 (45.70% from 255) = 21.01%
BLUE value IS 255 (100% from 255) = 46.20%
R=32.79%
G=21.01%
B=46.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811162550.290.5500268.0610072.75
HexB574FF1D370010c6449
Octal265164377356700414144111
Binary10110101111010011111111111011101110010000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574FF; }

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

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

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

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

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

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

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

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