#B567AF

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

Shades of Violet Blue #B567AF

Tints of Violet Blue #B567AF

Color information

#B567AF (or 0xB567AF) is unknown color: approx Violet Blue. HEX triplet: B5, 67 and AF. RGB value is (181,103,175). Sum of RGB (Red+Green+Blue) = 181+103+175=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B567AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567AF is #4A9850. Grayscale: #868686. Windows color (decimal): -4888657 or 11495349. OLE color: 11495349.

HSL color Cylindrical-coordinate representation of color #B567AF: hue angle of 304.62º 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 #B567AF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181103175-
CMYK00.430.030.29
HSL304.62º34.51%55.69%-
HSV(B)304.62º43.09%70.98%-
XYZ31.6422.6243.26-
YUV134.53150.84161.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=39.43%
G=22.44%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110317500.430.030.29304.6234.5155.69
HexB567AF02B31D1312338
Octal2651472570533354614370
Binary1011010111001111010111101010111111101100110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567AF; }

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

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

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

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

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

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

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

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