Html Css Color HEX #B157A6 Violet Blue

📋 copy color: '#B157A6'

red 177 ◦ green 87 ◦ blue 166

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

Shades of Violet Blue #B157A6

Tints of Violet Blue #B157A6

RGB

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

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

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

R = 41.16%
G = 20.23%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B157A6 (or 0xB157A6) is known color: Violet Blue. HEX triplet: B1, 57 and A6. RGB value is (177,87,166). Sum of RGB (Red+Green+Blue) = 177+87+166=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B157A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157A6 is #4EA859. Grayscale: #7A7A7A. Windows color (decimal): -5154906 or 10901425. OLE color: 10901425.

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

Color convert

RGB 177 87 166 -
CMYK 0 0.51 0.06 0.31
HSL 307.33º 0.37% 0.52% -
HSV(B) 307.33º 0.51% 0.69% -
XYZ 28.42 18.92 38.23 -
YUV 122.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 177 87 166 0 0.51 0.06 0.31 307.33 0.37 0.52
Hex B1 57 A6 0 33 6 1F 133 25 34
Octal 261 127 246 0 63 6 37 463 45 64
Binary 10110001 1010111 10100110 0 110011 110 11111 100110011 100101 110100

Color Harmonies of #B157A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157A6

Black with #B157A6

Text Example


Text Example

White with #B157A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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