Html Css Color HEX #B156A0 Violet Blue

📋 copy color: '#B156A0'

red 177 ◦ green 86 ◦ blue 160

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

Shades of Violet Blue #B156A0

Tints of Violet Blue #B156A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 41.84%
G = 20.33%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B156A0 (or 0xB156A0) is known color: Violet Blue. HEX triplet: B1, 56 and A0. RGB value is (177,86,160). Sum of RGB (Red+Green+Blue) = 177+86+160=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B156A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B156A0 is #4EA95F. Grayscale: #797979. Windows color (decimal): -5155168 or 10507953. OLE color: 10507953.

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

Color convert

RGB 177 86 160 -
CMYK 0 0.51 0.10 0.31
HSL 311.21º 0.37% 0.52% -
HSV(B) 311.21º 0.51% 0.69% -
XYZ 27.8 18.54 35.37 -
YUV 121.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 177 86 160 0 0.51 0.10 0.31 311.21 0.37 0.52
Hex B1 56 A0 0 33 A 1F 137 25 34
Octal 261 126 240 0 63 12 37 467 45 64
Binary 10110001 1010110 10100000 0 110011 1010 11111 100110111 100101 110100

Color Harmonies of #B156A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B156A0

Black with #B156A0

Text Example


Text Example

White with #B156A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B156A0; }

 p { color: rgb(177,86,160); }

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

background-color css

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

 a { background-color: rgb(177,86,160); }

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

border-color css

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

 span { border-color: rgb(177,86,160); }

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