#B570FD

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

Shades of Heliotrope #B570FD

Tints of Heliotrope #B570FD

Color information

#B570FD (or 0xB570FD) is unknown color: approx Heliotrope. HEX triplet: B5, 70 and FD. RGB value is (181,112,253). Sum of RGB (Red+Green+Blue) = 181+112+253=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #B570FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570FD is #4A8F02. Grayscale: #949494. Windows color (decimal): -4886275 or 16609461. OLE color: 16609461.

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

Color convert

RGB181112253-
CMYK0.280.5600.01
HSL269.36º97.24%71.57%-
HSV(B)269.36º55.73%99.22%-
XYZ42.5828.596.19-
YUV148.71186.86151.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 112 (44.14% from 255) = 20.51%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=33.15%
G=20.51%
B=46.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811122530.280.5600.01269.3697.2471.57
HexB570FD1C380110d6148
Octal265160375347001415141110
Binary10110101111000011111101111001110000110000110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570FD; }

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

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

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

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

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

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

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

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