#B570B1

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

Shades of Violet Blue #B570B1

Tints of Violet Blue #B570B1

Color information

#B570B1 (or 0xB570B1) is unknown color: approx Violet Blue. HEX triplet: B5, 70 and B1. RGB value is (181,112,177). Sum of RGB (Red+Green+Blue) = 181+112+177=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B570B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B570B1 is #4A8F4E. Grayscale: #8B8B8B. Windows color (decimal): -4886351 or 11628725. OLE color: 11628725.

HSL color Cylindrical-coordinate representation of color #B570B1: hue angle of 303.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B570B1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181112177-
CMYK00.380.020.29
HSL303.48º31.8%57.45%-
HSV(B)303.48º38.12%70.98%-
XYZ32.7924.5944.61-
YUV140.04148.86157.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=38.51%
G=23.83%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111217700.380.020.29303.4831.857.45
HexB570B102621D12f2039
Octal2651602610462354574071
Binary1011010111100001011000101001101011101100101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570B1; }

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

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

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

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

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

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

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

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