#B56CB0

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

Shades of Violet Blue #B56CB0

Tints of Violet Blue #B56CB0

Color information

#B56CB0 (or 0xB56CB0) is unknown color: approx Violet Blue. HEX triplet: B5, 6C and B0. RGB value is (181,108,176). Sum of RGB (Red+Green+Blue) = 181+108+176=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B56CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56CB0 is #4A934F. Grayscale: #898989. Windows color (decimal): -4887376 or 11562165. OLE color: 11562165.

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

Color convert

RGB181108176-
CMYK00.400.030.29
HSL304.11º33.03%56.67%-
HSV(B)304.11º40.33%70.98%-
XYZ32.2623.6843.95-
YUV137.58149.68158.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=38.92%
G=23.23%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110817600.400.030.29304.1133.0356.67
HexB56CB002831D1302139
Octal2651542600503354604171
Binary1011010111011001011000001010001111101100110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CB0; }

 p { color: rgb(181,108,176); }

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

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

 a { background-color: rgb(181,108,176); }

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

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

 span { border-color: rgb(181,108,176); }

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