Html Css Color HEX #B155A6 Violet Blue

📋 copy color: '#B155A6'

red 177 ◦ green 85 ◦ blue 166

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

Shades of Violet Blue #B155A6

Tints of Violet Blue #B155A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 41.36%
G = 19.86%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B155A6 (or 0xB155A6) is known color: Violet Blue. HEX triplet: B1, 55 and A6. RGB value is (177,85,166). Sum of RGB (Red+Green+Blue) = 177+85+166=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B155A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155A6 is #4EAA59. Grayscale: #797979. Windows color (decimal): -5155418 or 10900913. OLE color: 10900913.

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

Color convert

RGB 177 85 166 -
CMYK 0 0.52 0.06 0.31
HSL 307.17º 0.37% 0.51% -
HSV(B) 307.17º 0.52% 0.69% -
XYZ 28.26 18.6 38.18 -
YUV 121.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 177 85 166 0 0.52 0.06 0.31 307.17 0.37 0.51
Hex B1 55 A6 0 34 6 1F 133 25 33
Octal 261 125 246 0 64 6 37 463 45 63
Binary 10110001 1010101 10100110 0 110100 110 11111 100110011 100101 110011

Color Harmonies of #B155A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B155A6

Black with #B155A6

Text Example


Text Example

White with #B155A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B155A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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