Html Css Color HEX #B15AAB Violet Blue

📋 copy color: '#B15AAB'

red 177 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #B15AAB

Tints of Violet Blue #B15AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.55%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 40.41%
G = 20.55%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B15AAB (or 0xB15AAB) is known color: Violet Blue. HEX triplet: B1, 5A and AB. RGB value is (177,90,171). Sum of RGB (Red+Green+Blue) = 177+90+171=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAB is #4EA554. Grayscale: #7D7D7D. Windows color (decimal): -5154133 or 11229873. OLE color: 11229873.

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

Color convert

RGB 177 90 171 -
CMYK 0 0.49 0.03 0.31
HSL 304.14º 0.36% 0.52% -
HSV(B) 304.14º 0.49% 0.69% -
XYZ 29.14 19.6 40.78 -
YUV 125.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 177 90 171 0 0.49 0.03 0.31 304.14 0.36 0.52
Hex B1 5A AB 0 31 3 1F 130 24 34
Octal 261 132 253 0 61 3 37 460 44 64
Binary 10110001 1011010 10101011 0 110001 11 11111 100110000 100100 110100

Color Harmonies of #B15AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AAB

Black with #B15AAB

Text Example


Text Example

White with #B15AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AAB; }

 p { color: rgb(177,90,171); }

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

background-color css

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

 a { background-color: rgb(177,90,171); }

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

border-color css

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

 span { border-color: rgb(177,90,171); }

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