#B56DB1

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

Shades of Violet Blue #B56DB1

Tints of Violet Blue #B56DB1

Color information

#B56DB1 (or 0xB56DB1) is unknown color: approx Violet Blue. HEX triplet: B5, 6D and B1. RGB value is (181,109,177). Sum of RGB (Red+Green+Blue) = 181+109+177=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DB1 is #4A924E. Grayscale: #8A8A8A. Windows color (decimal): -4887119 or 11627957. OLE color: 11627957.

HSL color Cylindrical-coordinate representation of color #B56DB1: hue angle of 303.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DB1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181109177-
CMYK00.400.020.29
HSL303.33º32.73%56.86%-
HSV(B)303.33º39.78%70.98%-
XYZ32.4623.9444.5-
YUV138.28149.85158.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=38.76%
G=23.34%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110917700.400.020.29303.3332.7356.86
HexB56DB102821D12f2139
Octal2651552610502354574171
Binary1011010111011011011000101010001011101100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DB1; }

 p { color: rgb(181,109,177); }

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

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

 a { background-color: rgb(181,109,177); }

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

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

 span { border-color: rgb(181,109,177); }

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