Html Css Color HEX #B556A0 Violet Blue

📋 copy color: '#B556A0'

red 181 ◦ green 86 ◦ blue 160

#B556A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B556A0

Tints of Violet Blue #B556A0

RGB

 RED value IS 181 (71.09% from 255) = 42.39%

 GREEN value IS 86 (33.98% from 255) = 20.14%

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 42.39%
G = 20.14%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B556A0 (or 0xB556A0) is known color: Violet Blue. HEX triplet: B5, 56 and A0. RGB value is (181,86,160). Sum of RGB (Red+Green+Blue) = 181+86+160=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B556A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B556A0 is #4AA95F. Grayscale: #7A7A7A. Windows color (decimal): -4893024 or 10507957. OLE color: 10507957.

HSL color Cylindrical-coordinate representation of color #B556A0: hue angle of 313.26º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B556A0 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 86 160 -
CMYK 0 0.52 0.12 0.29
HSL 313.26º 0.39% 0.52% -
HSV(B) 313.26º 0.52% 0.71% -
XYZ 28.73 19.02 35.41 -
YUV 122.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 181 86 160 0 0.52 0.12 0.29 313.26 0.39 0.52
Hex B5 56 A0 0 34 C 1D 139 27 34
Octal 265 126 240 0 64 14 35 471 47 64
Binary 10110101 1010110 10100000 0 110100 1100 11101 100111001 100111 110100

Color Harmonies of #B556A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556A0

Black with #B556A0

Text Example


Text Example

White with #B556A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556A0; }

 p { color: rgb(181,86,160); }

 H1.HeaderClassName
 {
   color: #B556A0;
 }
 .AnyTagClassName
 {
   color: #B556A0;
 }
</style>

background-color css

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

 a { background-color: rgb(181,86,160); }

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

border-color css

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

 span { border-color: rgb(181,86,160); }

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