Html Css Color HEX #B15BA1 Violet Blue

📋 copy color: '#B15BA1'

red 177 ◦ green 91 ◦ blue 161

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

Shades of Violet Blue #B15BA1

Tints of Violet Blue #B15BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 41.26%
G = 21.21%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B15BA1 (or 0xB15BA1) is known color: Violet Blue. HEX triplet: B1, 5B and A1. RGB value is (177,91,161). Sum of RGB (Red+Green+Blue) = 177+91+161=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA1 is #4EA45E. Grayscale: #7C7C7C. Windows color (decimal): -5153887 or 10574769. OLE color: 10574769.

HSL color Cylindrical-coordinate representation of color #B15BA1: hue angle of 311.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15BA1 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 91 161 -
CMYK 0 0.49 0.09 0.31
HSL 311.16º 0.36% 0.53% -
HSV(B) 311.16º 0.49% 0.69% -
XYZ 28.31 19.4 35.97 -
YUV 124.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 177 91 161 0 0.49 0.09 0.31 311.16 0.36 0.53
Hex B1 5B A1 0 31 9 1F 137 24 35
Octal 261 133 241 0 61 11 37 467 44 65
Binary 10110001 1011011 10100001 0 110001 1001 11111 100110111 100100 110101

Color Harmonies of #B15BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BA1

Black with #B15BA1

Text Example


Text Example

White with #B15BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BA1; }

 p { color: rgb(177,91,161); }

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

background-color css

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

 a { background-color: rgb(177,91,161); }

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

border-color css

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

 span { border-color: rgb(177,91,161); }

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