Html Css Color HEX #B15AAE Violet Blue

📋 copy color: '#B15AAE'

red 177 ◦ green 90 ◦ blue 174

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

Shades of Violet Blue #B15AAE

Tints of Violet Blue #B15AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 40.14%
G = 20.41%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B15AAE (or 0xB15AAE) is known color: Violet Blue. HEX triplet: B1, 5A and AE. RGB value is (177,90,174). Sum of RGB (Red+Green+Blue) = 177+90+174=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AAE is #4EA551. Grayscale: #7D7D7D. Windows color (decimal): -5154130 or 11426481. OLE color: 11426481.

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

Color convert

RGB 177 90 174 -
CMYK 0 0.49 0.02 0.31
HSL 302.07º 0.36% 0.52% -
HSV(B) 302.07º 0.49% 0.69% -
XYZ 29.43 19.72 42.3 -
YUV 125.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 177 90 174 0 0.49 0.02 0.31 302.07 0.36 0.52
Hex B1 5A AE 0 31 2 1F 12E 24 34
Octal 261 132 256 0 61 2 37 456 44 64
Binary 10110001 1011010 10101110 0 110001 10 11111 100101110 100100 110100

Color Harmonies of #B15AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AAE

Black with #B15AAE

Text Example


Text Example

White with #B15AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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