Html Css Color HEX #B172AB Violet Blue

📋 copy color: '#B172AB'

red 177 ◦ green 114 ◦ blue 171

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

Shades of Violet Blue #B172AB

Tints of Violet Blue #B172AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 38.31%
G = 24.68%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B172AB (or 0xB172AB) is known color: Violet Blue. HEX triplet: B1, 72 and AB. RGB value is (177,114,171). Sum of RGB (Red+Green+Blue) = 177+114+171=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AB is #4E8D54. Grayscale: #8B8B8B. Windows color (decimal): -5147989 or 11236017. OLE color: 11236017.

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

Color convert

RGB 177 114 171 -
CMYK 0 0.36 0.03 0.31
HSL 305.71º 0.29% 0.57% -
HSV(B) 305.71º 0.36% 0.69% -
XYZ 31.5 24.32 41.56 -
YUV 139.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 177 114 171 0 0.36 0.03 0.31 305.71 0.29 0.57
Hex B1 72 AB 0 24 3 1F 132 1D 39
Octal 261 162 253 0 44 3 37 462 35 71
Binary 10110001 1110010 10101011 0 100100 11 11111 100110010 11101 111001

Color Harmonies of #B172AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172AB

Black with #B172AB

Text Example


Text Example

White with #B172AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172AB; }

 p { color: rgb(177,114,171); }

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

background-color css

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

 a { background-color: rgb(177,114,171); }

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

border-color css

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

 span { border-color: rgb(177,114,171); }

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