Html Css Color HEX #B15FAA Violet Blue

📋 copy color: '#B15FAA'

red 177 ◦ green 95 ◦ blue 170

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

Shades of Violet Blue #B15FAA

Tints of Violet Blue #B15FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 40.05%
G = 21.49%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B15FAA (or 0xB15FAA) is known color: Violet Blue. HEX triplet: B1, 5F and AA. RGB value is (177,95,170). Sum of RGB (Red+Green+Blue) = 177+95+170=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAA is #4EA055. Grayscale: #7F7F7F. Windows color (decimal): -5152854 or 11165617. OLE color: 11165617.

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

Color convert

RGB 177 95 170 -
CMYK 0 0.46 0.04 0.31
HSL 305.12º 0.34% 0.53% -
HSV(B) 305.12º 0.46% 0.69% -
XYZ 29.48 20.43 40.42 -
YUV 128.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 177 95 170 0 0.46 0.04 0.31 305.12 0.34 0.53
Hex B1 5F AA 0 2E 4 1F 131 22 35
Octal 261 137 252 0 56 4 37 461 42 65
Binary 10110001 1011111 10101010 0 101110 100 11111 100110001 100010 110101

Color Harmonies of #B15FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FAA

Black with #B15FAA

Text Example


Text Example

White with #B15FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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