#B565A3

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

Shades of Violet Blue #B565A3

Tints of Violet Blue #B565A3

Color information

#B565A3 (or 0xB565A3) is unknown color: approx Violet Blue. HEX triplet: B5, 65 and A3. RGB value is (181,101,163). Sum of RGB (Red+Green+Blue) = 181+101+163=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B565A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565A3 is #4A9A5C. Grayscale: #838383. Windows color (decimal): -4889181 or 10708405. OLE color: 10708405.

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

Color convert

RGB181101163-
CMYK00.440.100.29
HSL313.5º35.09%55.29%-
HSV(B)313.5º44.2%70.98%-
XYZ30.3221.7837.26-
YUV131.99145.5162.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 163 (64.06% from 255) = 36.63%
R=40.67%
G=22.70%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110116300.440.100.29313.535.0955.29
HexB565A302CA1D13a2337
Octal26514524305412354724367
Binary101101011100101101000110101100101011101100111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565A3; }

 p { color: rgb(181,101,163); }

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

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

 a { background-color: rgb(181,101,163); }

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

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

 span { border-color: rgb(181,101,163); }

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