Html Css Color HEX #B557A0 Violet Blue

📋 copy color: '#B557A0'

red 181 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #B557A0

Tints of Violet Blue #B557A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.33%

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

R = 42.29%
G = 20.33%
B = 37.38%

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

#B557A0 (or 0xB557A0) is known color: Violet Blue. HEX triplet: B5, 57 and A0. RGB value is (181,87,160). Sum of RGB (Red+Green+Blue) = 181+87+160=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B557A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557A0 is #4AA85F. Grayscale: #7B7B7B. Windows color (decimal): -4892768 or 10508213. OLE color: 10508213.

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

Color convert

RGB 181 87 160 -
CMYK 0 0.52 0.12 0.29
HSL 313.4º 0.39% 0.53% -
HSV(B) 313.4º 0.52% 0.71% -
XYZ 28.81 19.18 35.44 -
YUV 123.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 181 87 160 0 0.52 0.12 0.29 313.4 0.39 0.53
Hex B5 57 A0 0 34 C 1D 139 27 35
Octal 265 127 240 0 64 14 35 471 47 65
Binary 10110101 1010111 10100000 0 110100 1100 11101 100111001 100111 110101

Color Harmonies of #B557A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557A0

Black with #B557A0

Text Example


Text Example

White with #B557A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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