Html Css Color HEX #B15AAA Violet Blue

📋 copy color: '#B15AAA'

red 177 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #B15AAA

Tints of Violet Blue #B15AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 40.5%
G = 20.59%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B15AAA (or 0xB15AAA) is known color: Violet Blue. HEX triplet: B1, 5A and AA. RGB value is (177,90,170). Sum of RGB (Red+Green+Blue) = 177+90+170=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAA is #4EA555. Grayscale: #7C7C7C. Windows color (decimal): -5154134 or 11164337. OLE color: 11164337.

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

Color convert

RGB 177 90 170 -
CMYK 0 0.49 0.04 0.31
HSL 304.83º 0.36% 0.52% -
HSV(B) 304.83º 0.49% 0.69% -
XYZ 29.04 19.56 40.28 -
YUV 125.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 177 90 170 0 0.49 0.04 0.31 304.83 0.36 0.52
Hex B1 5A AA 0 31 4 1F 131 24 34
Octal 261 132 252 0 61 4 37 461 44 64
Binary 10110001 1011010 10101010 0 110001 100 11111 100110001 100100 110100

Color Harmonies of #B15AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AAA

Black with #B15AAA

Text Example


Text Example

White with #B15AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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