#B4569E

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

Shades of Violet Blue #B4569E

Tints of Violet Blue #B4569E

Color information

#B4569E (or 0xB4569E) is unknown color: approx Violet Blue. HEX triplet: B4, 56 and 9E. RGB value is (180,86,158). Sum of RGB (Red+Green+Blue) = 180+86+158=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4569E is #4BA961. Grayscale: #7A7A7A. Windows color (decimal): -4958562 or 10376884. OLE color: 10376884.

HSL color Cylindrical-coordinate representation of color #B4569E: hue angle of 314.04º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4569E is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18086158-
CMYK00.520.120.29
HSL314.04º38.52%52.16%-
HSV(B)314.04º52.22%70.59%-
XYZ28.3218.8334.49-
YUV122.31148.14169.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=42.45%
G=20.28%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808615800.520.120.29314.0438.5252.16
HexB4569E034C1D13a2734
Octal26412623606414354724764
Binary101101001010110100111100110100110011101100111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4569E; }

 p { color: rgb(180,86,158); }

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

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

 a { background-color: rgb(180,86,158); }

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

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

 span { border-color: rgb(180,86,158); }

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