Html Css Color HEX #B173AA Violet Blue

📋 copy color: '#B173AA'

red 177 ◦ green 115 ◦ blue 170

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

Shades of Violet Blue #B173AA

Tints of Violet Blue #B173AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

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

R = 38.31%
G = 24.89%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B173AA (or 0xB173AA) is known color: Violet Blue. HEX triplet: B1, 73 and AA. RGB value is (177,115,170). Sum of RGB (Red+Green+Blue) = 177+115+170=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AA is #4E8C55. Grayscale: #8B8B8B. Windows color (decimal): -5147734 or 11170737. OLE color: 11170737.

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

Color convert

RGB 177 115 170 -
CMYK 0 0.35 0.04 0.31
HSL 306.77º 0.28% 0.57% -
HSV(B) 306.77º 0.35% 0.69% -
XYZ 31.52 24.51 41.1 -
YUV 139.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 177 115 170 0 0.35 0.04 0.31 306.77 0.28 0.57
Hex B1 73 AA 0 23 4 1F 133 1C 39
Octal 261 163 252 0 43 4 37 463 34 71
Binary 10110001 1110011 10101010 0 100011 100 11111 100110011 11100 111001

Color Harmonies of #B173AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173AA

Black with #B173AA

Text Example


Text Example

White with #B173AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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