#B2569A

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

Shades of Violet Blue #B2569A

Tints of Violet Blue #B2569A

Color information

#B2569A (or 0xB2569A) is unknown color: approx Violet Blue. HEX triplet: B2, 56 and 9A. RGB value is (178,86,154). Sum of RGB (Red+Green+Blue) = 178+86+154=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2569A is #4DA965. Grayscale: #797979. Windows color (decimal): -5089638 or 10114738. OLE color: 10114738.

HSL color Cylindrical-coordinate representation of color #B2569A: hue angle of 315.65º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2569A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17886154-
CMYK00.520.130.30
HSL315.65º37.4%51.76%-
HSV(B)315.65º51.69%69.8%-
XYZ27.5218.4532.68-
YUV121.26146.48168.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=42.58%
G=20.57%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788615400.520.130.30315.6537.451.76
HexB2569A034D1E13c2534
Octal26212623206415364744564
Binary101100101010110100110100110100110111110100111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2569A; }

 p { color: rgb(178,86,154); }

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

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

 a { background-color: rgb(178,86,154); }

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

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

 span { border-color: rgb(178,86,154); }

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