Html Css Color HEX #B071AA Violet Blue

📋 copy color: '#B071AA'

red 176 ◦ green 113 ◦ blue 170

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

Shades of Violet Blue #B071AA

Tints of Violet Blue #B071AA

RGB

 RED value IS 176 (69.14% from 255) = 38.34%

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

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

R = 38.34%
G = 24.62%
B = 37.04%

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

#B071AA (or 0xB071AA) is known color: Violet Blue. HEX triplet: B0, 71 and AA. RGB value is (176,113,170). Sum of RGB (Red+Green+Blue) = 176+113+170=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B071AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071AA is #4F8E55. Grayscale: #8A8A8A. Windows color (decimal): -5213782 or 11170224. OLE color: 11170224.

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

Color convert

RGB 176 113 170 -
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.07 23.94 41.01 -
YUV 138.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 176 113 170 0 0.36 0.03 0.31 305.71 0.29 0.57
Hex B0 71 AA 0 24 3 1F 132 1D 39
Octal 260 161 252 0 44 3 37 462 35 71
Binary 10110000 1110001 10101010 0 100100 11 11111 100110010 11101 111001

Color Harmonies of #B071AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071AA

Black with #B071AA

Text Example


Text Example

White with #B071AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071AA; }

 p { color: rgb(176,113,170); }

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

background-color css

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

 a { background-color: rgb(176,113,170); }

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

border-color css

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

 span { border-color: rgb(176,113,170); }

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