Html Css Color HEX #B155AA Violet Blue

📋 copy color: '#B155AA'

red 177 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #B155AA

Tints of Violet Blue #B155AA

RGB

 RED value IS 177 (69.53% from 255) = 40.97%

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 40.97%
G = 19.68%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B155AA (or 0xB155AA) is known color: Violet Blue. HEX triplet: B1, 55 and AA. RGB value is (177,85,170). Sum of RGB (Red+Green+Blue) = 177+85+170=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B155AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155AA is #4EAA55. Grayscale: #797979. Windows color (decimal): -5155414 or 11163057. OLE color: 11163057.

HSL color Cylindrical-coordinate representation of color #B155AA: hue angle of 304.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B155AA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 170 -
CMYK 0 0.52 0.04 0.31
HSL 304.57º 0.37% 0.51% -
HSV(B) 304.57º 0.52% 0.69% -
XYZ 28.64 18.75 40.14 -
YUV 122.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 177 85 170 0 0.52 0.04 0.31 304.57 0.37 0.51
Hex B1 55 AA 0 34 4 1F 131 25 33
Octal 261 125 252 0 64 4 37 461 45 63
Binary 10110001 1010101 10101010 0 110100 100 11111 100110001 100101 110011

Color Harmonies of #B155AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155AA

Black with #B155AA

Text Example


Text Example

White with #B155AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155AA; }

 p { color: rgb(177,85,170); }

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

background-color css

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

 a { background-color: rgb(177,85,170); }

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

border-color css

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

 span { border-color: rgb(177,85,170); }

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