Html Css Color HEX #B171AD Violet Blue

📋 copy color: '#B171AD'

red 177 ◦ green 113 ◦ blue 173

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

Shades of Violet Blue #B171AD

Tints of Violet Blue #B171AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 38.23%
G = 24.41%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B171AD (or 0xB171AD) is known color: Violet Blue. HEX triplet: B1, 71 and AD. RGB value is (177,113,173). Sum of RGB (Red+Green+Blue) = 177+113+173=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B171AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171AD is #4E8E52. Grayscale: #8A8A8A. Windows color (decimal): -5148243 or 11366833. OLE color: 11366833.

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

Color convert

RGB 177 113 173 -
CMYK 0 0.36 0.02 0.31
HSL 303.75º 0.29% 0.57% -
HSV(B) 303.75º 0.36% 0.69% -
XYZ 31.58 24.17 42.54 -
YUV 138.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 177 113 173 0 0.36 0.02 0.31 303.75 0.29 0.57
Hex B1 71 AD 0 24 2 1F 130 1D 39
Octal 261 161 255 0 44 2 37 460 35 71
Binary 10110001 1110001 10101101 0 100100 10 11111 100110000 11101 111001

Color Harmonies of #B171AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171AD

Black with #B171AD

Text Example


Text Example

White with #B171AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171AD; }

 p { color: rgb(177,113,173); }

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

background-color css

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

 a { background-color: rgb(177,113,173); }

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

border-color css

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

 span { border-color: rgb(177,113,173); }

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