Html Css Color HEX #B15AAC Violet Blue

📋 copy color: '#B15AAC'

red 177 ◦ green 90 ◦ blue 172

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

Shades of Violet Blue #B15AAC

Tints of Violet Blue #B15AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 40.32%
G = 20.5%
B = 39.18%

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

#B15AAC (or 0xB15AAC) is known color: Violet Blue. HEX triplet: B1, 5A and AC. RGB value is (177,90,172). Sum of RGB (Red+Green+Blue) = 177+90+172=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAC is #4EA553. Grayscale: #7D7D7D. Windows color (decimal): -5154132 or 11295409. OLE color: 11295409.

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

Color convert

RGB 177 90 172 -
CMYK 0 0.49 0.03 0.31
HSL 303.45º 0.36% 0.52% -
HSV(B) 303.45º 0.49% 0.69% -
XYZ 29.23 19.64 41.28 -
YUV 125.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 177 90 172 0 0.49 0.03 0.31 303.45 0.36 0.52
Hex B1 5A AC 0 31 3 1F 12F 24 34
Octal 261 132 254 0 61 3 37 457 44 64
Binary 10110001 1011010 10101100 0 110001 11 11111 100101111 100100 110100

Color Harmonies of #B15AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AAC

Black with #B15AAC

Text Example


Text Example

White with #B15AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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