#B567A7

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

Shades of Violet Blue #B567A7

Tints of Violet Blue #B567A7

Color information

#B567A7 (or 0xB567A7) is unknown color: approx Violet Blue. HEX triplet: B5, 67 and A7. RGB value is (181,103,167). Sum of RGB (Red+Green+Blue) = 181+103+167=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A7 is #4A9858. Grayscale: #858585. Windows color (decimal): -4888665 or 10971061. OLE color: 10971061.

HSL color Cylindrical-coordinate representation of color #B567A7: hue angle of 310.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B567A7 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB181103167-
CMYK00.430.080.29
HSL310.77º34.51%55.69%-
HSV(B)310.77º43.09%70.98%-
XYZ30.8822.3139.24-
YUV133.62146.84161.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=40.13%
G=22.84%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110316700.430.080.29310.7734.5155.69
HexB567A702B81D1372338
Octal26514724705310354674370
Binary101101011100111101001110101011100011101100110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567A7; }

 p { color: rgb(181,103,167); }

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

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

 a { background-color: rgb(181,103,167); }

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

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

 span { border-color: rgb(181,103,167); }

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