Html Css Color HEX #B155A8 Violet Blue

📋 copy color: '#B155A8'

red 177 ◦ green 85 ◦ blue 168

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

Shades of Violet Blue #B155A8

Tints of Violet Blue #B155A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 41.16%
G = 19.77%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B155A8 (or 0xB155A8) is known color: Violet Blue. HEX triplet: B1, 55 and A8. RGB value is (177,85,168). Sum of RGB (Red+Green+Blue) = 177+85+168=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B155A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155A8 is #4EAA57. Grayscale: #797979. Windows color (decimal): -5155416 or 11031985. OLE color: 11031985.

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

Color convert

RGB 177 85 168 -
CMYK 0 0.52 0.05 0.31
HSL 305.87º 0.37% 0.51% -
HSV(B) 305.87º 0.52% 0.69% -
XYZ 28.45 18.67 39.15 -
YUV 121.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 177 85 168 0 0.52 0.05 0.31 305.87 0.37 0.51
Hex B1 55 A8 0 34 5 1F 132 25 33
Octal 261 125 250 0 64 5 37 462 45 63
Binary 10110001 1010101 10101000 0 110100 101 11111 100110010 100101 110011

Color Harmonies of #B155A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155A8

Black with #B155A8

Text Example


Text Example

White with #B155A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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