Html Css Color HEX #B173AF Violet Blue

📋 copy color: '#B173AF'

red 177 ◦ green 115 ◦ blue 175

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

Shades of Violet Blue #B173AF

Tints of Violet Blue #B173AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 37.9%
G = 24.63%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B173AF (or 0xB173AF) is known color: Violet Blue. HEX triplet: B1, 73 and AF. RGB value is (177,115,175). Sum of RGB (Red+Green+Blue) = 177+115+175=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AF is #4E8C50. Grayscale: #8C8C8C. Windows color (decimal): -5147729 or 11498417. OLE color: 11498417.

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

Color convert

RGB 177 115 175 -
CMYK 0 0.35 0.01 0.31
HSL 301.94º 0.28% 0.57% -
HSV(B) 301.94º 0.35% 0.69% -
XYZ 32 24.7 43.64 -
YUV 140.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 177 115 175 0 0.35 0.01 0.31 301.94 0.28 0.57
Hex B1 73 AF 0 23 1 1F 12E 1C 39
Octal 261 163 257 0 43 1 37 456 34 71
Binary 10110001 1110011 10101111 0 100011 1 11111 100101110 11100 111001

Color Harmonies of #B173AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173AF

Black with #B173AF

Text Example


Text Example

White with #B173AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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