Html Css Color HEX #B16FAB Violet Blue

📋 copy color: '#B16FAB'

red 177 ◦ green 111 ◦ blue 171

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

Shades of Violet Blue #B16FAB

Tints of Violet Blue #B16FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

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

R = 38.56%
G = 24.18%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B16FAB (or 0xB16FAB) is known color: Violet Blue. HEX triplet: B1, 6F and AB. RGB value is (177,111,171). Sum of RGB (Red+Green+Blue) = 177+111+171=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FAB is #4E9054. Grayscale: #898989. Windows color (decimal): -5148757 or 11235249. OLE color: 11235249.

HSL color Cylindrical-coordinate representation of color #B16FAB: hue angle of 305.45º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16FAB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 111 171 -
CMYK 0 0.37 0.03 0.31
HSL 305.45º 0.3% 0.56% -
HSV(B) 305.45º 0.37% 0.69% -
XYZ 31.17 23.66 41.45 -
YUV 137.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 177 111 171 0 0.37 0.03 0.31 305.45 0.3 0.56
Hex B1 6F AB 0 25 3 1F 131 1E 38
Octal 261 157 253 0 45 3 37 461 36 70
Binary 10110001 1101111 10101011 0 100101 11 11111 100110001 11110 111000

Color Harmonies of #B16FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FAB

Black with #B16FAB

Text Example


Text Example

White with #B16FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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