Html Css Color HEX #B059AF Violet Blue

📋 copy color: '#B059AF'

red 176 ◦ green 89 ◦ blue 175

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

Shades of Violet Blue #B059AF

Tints of Violet Blue #B059AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 40%
G = 20.23%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B059AF (or 0xB059AF) is known color: Violet Blue. HEX triplet: B0, 59 and AF. RGB value is (176,89,175). Sum of RGB (Red+Green+Blue) = 176+89+175=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B059AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059AF is #4FA650. Grayscale: #7C7C7C. Windows color (decimal): -5219921 or 11491760. OLE color: 11491760.

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

Color convert

RGB 176 89 175 -
CMYK 0 0.49 0.01 0.31
HSL 300.69º 0.36% 0.52% -
HSV(B) 300.69º 0.49% 0.69% -
XYZ 29.21 19.47 42.78 -
YUV 124.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 176 89 175 0 0.49 0.01 0.31 300.69 0.36 0.52
Hex B0 59 AF 0 31 1 1F 12D 24 34
Octal 260 131 257 0 61 1 37 455 44 64
Binary 10110000 1011001 10101111 0 110001 1 11111 100101101 100100 110100

Color Harmonies of #B059AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059AF

Black with #B059AF

Text Example


Text Example

White with #B059AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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