#B570FF

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

Shades of Heliotrope #B570FF

Tints of Heliotrope #B570FF

Color information

#B570FF (or 0xB570FF) is unknown color: approx Heliotrope. HEX triplet: B5, 70 and FF. RGB value is (181,112,255). Sum of RGB (Red+Green+Blue) = 181+112+255=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B570FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570FF is #4A8F00. Grayscale: #949494. Windows color (decimal): -4886273 or 16740533. OLE color: 16740533.

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

Color convert

RGB181112255-
CMYK0.290.5600
HSL268.95º100%71.96%-
HSV(B)268.95º56.08%100%-
XYZ42.928.6397.87-
YUV148.93187.86150.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 112 (44.14% from 255) = 20.44%
BLUE value IS 255 (100% from 255) = 46.53%
R=33.03%
G=20.44%
B=46.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811122550.290.5600268.9510071.96
HexB570FF1D380010d6448
Octal265160377357000415144110
Binary10110101111000011111111111011110000010000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570FF; }

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

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

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

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

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

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

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

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