Html Css Color HEX #B059AA Violet Blue

📋 copy color: '#B059AA'

red 176 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #B059AA

Tints of Violet Blue #B059AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

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

R = 40.46%
G = 20.46%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B059AA (or 0xB059AA) is known color: Violet Blue. HEX triplet: B0, 59 and AA. RGB value is (176,89,170). Sum of RGB (Red+Green+Blue) = 176+89+170=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B059AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059AA is #4FA655. Grayscale: #7C7C7C. Windows color (decimal): -5219926 or 11164080. OLE color: 11164080.

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

Color convert

RGB 176 89 170 -
CMYK 0 0.49 0.03 0.31
HSL 304.14º 0.36% 0.52% -
HSV(B) 304.14º 0.49% 0.69% -
XYZ 28.73 19.28 40.24 -
YUV 124.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 176 89 170 0 0.49 0.03 0.31 304.14 0.36 0.52
Hex B0 59 AA 0 31 3 1F 130 24 34
Octal 260 131 252 0 61 3 37 460 44 64
Binary 10110000 1011001 10101010 0 110001 11 11111 100110000 100100 110100

Color Harmonies of #B059AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059AA

Black with #B059AA

Text Example


Text Example

White with #B059AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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