#B2569C

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

Shades of Violet Blue #B2569C

Tints of Violet Blue #B2569C

Color information

#B2569C (or 0xB2569C) is unknown color: approx Violet Blue. HEX triplet: B2, 56 and 9C. RGB value is (178,86,156). Sum of RGB (Red+Green+Blue) = 178+86+156=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2569C is #4DA963. Grayscale: #797979. Windows color (decimal): -5089636 or 10245810. OLE color: 10245810.

HSL color Cylindrical-coordinate representation of color #B2569C: hue angle of 314.35º 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 #B2569C is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17886156-
CMYK00.520.120.30
HSL314.35º37.4%51.76%-
HSV(B)314.35º51.69%69.8%-
XYZ27.6918.5233.57-
YUV121.49147.48168.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=42.38%
G=20.48%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788615600.520.120.30314.3537.451.76
HexB2569C034C1E13a2534
Octal26212623406414364724564
Binary101100101010110100111000110100110011110100111010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2569C; }

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

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

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

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

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

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

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

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