Html Css Color HEX #B059AB Violet Blue

📋 copy color: '#B059AB'

red 176 ◦ green 89 ◦ blue 171

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

Shades of Violet Blue #B059AB

Tints of Violet Blue #B059AB

RGB

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

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

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

R = 40.37%
G = 20.41%
B = 39.22%

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

#B059AB (or 0xB059AB) is known color: Violet Blue. HEX triplet: B0, 59 and AB. RGB value is (176,89,171). Sum of RGB (Red+Green+Blue) = 176+89+171=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B059AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059AB is #4FA654. Grayscale: #7C7C7C. Windows color (decimal): -5219925 or 11229616. OLE color: 11229616.

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

Color convert

RGB 176 89 171 -
CMYK 0 0.49 0.03 0.31
HSL 303.45º 0.36% 0.52% -
HSV(B) 303.45º 0.49% 0.69% -
XYZ 28.83 19.32 40.74 -
YUV 124.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 176 89 171 0 0.49 0.03 0.31 303.45 0.36 0.52
Hex B0 59 AB 0 31 3 1F 12F 24 34
Octal 260 131 253 0 61 3 37 457 44 64
Binary 10110000 1011001 10101011 0 110001 11 11111 100101111 100100 110100

Color Harmonies of #B059AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059AB

Black with #B059AB

Text Example


Text Example

White with #B059AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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