Html Css Color HEX #B557A5 Violet Blue

📋 copy color: '#B557A5'

red 181 ◦ green 87 ◦ blue 165

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

Shades of Violet Blue #B557A5

Tints of Violet Blue #B557A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 41.8%
G = 20.09%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B557A5 (or 0xB557A5) is known color: Violet Blue. HEX triplet: B5, 57 and A5. RGB value is (181,87,165). Sum of RGB (Red+Green+Blue) = 181+87+165=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B557A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557A5 is #4AA85A. Grayscale: #7B7B7B. Windows color (decimal): -4892763 or 10835893. OLE color: 10835893.

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

Color convert

RGB 181 87 165 -
CMYK 0 0.52 0.09 0.29
HSL 310.21º 0.39% 0.53% -
HSV(B) 310.21º 0.52% 0.71% -
XYZ 29.26 19.36 37.79 -
YUV 124 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 181 87 165 0 0.52 0.09 0.29 310.21 0.39 0.53
Hex B5 57 A5 0 34 9 1D 136 27 35
Octal 265 127 245 0 64 11 35 466 47 65
Binary 10110101 1010111 10100101 0 110100 1001 11101 100110110 100111 110101

Color Harmonies of #B557A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557A5

Black with #B557A5

Text Example


Text Example

White with #B557A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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