Html Css Color HEX #B0579F Violet Blue

📋 copy color: '#B0579F'

red 176 ◦ green 87 ◦ blue 159

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

Shades of Violet Blue #B0579F

Tints of Violet Blue #B0579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 41.71%
G = 20.62%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0579F (or 0xB0579F) is known color: Violet Blue. HEX triplet: B0, 57 and 9F. RGB value is (176,87,159). Sum of RGB (Red+Green+Blue) = 176+87+159=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0579F is #4FA860. Grayscale: #797979. Windows color (decimal): -5220449 or 10442672. OLE color: 10442672.

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

Color convert

RGB 176 87 159 -
CMYK 0 0.51 0.10 0.31
HSL 311.46º 0.36% 0.52% -
HSV(B) 311.46º 0.51% 0.69% -
XYZ 27.57 18.55 34.93 -
YUV 121.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 176 87 159 0 0.51 0.10 0.31 311.46 0.36 0.52
Hex B0 57 9F 0 33 A 1F 137 24 34
Octal 260 127 237 0 63 12 37 467 44 64
Binary 10110000 1010111 10011111 0 110011 1010 11111 100110111 100100 110100

Color Harmonies of #B0579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0579F

Black with #B0579F

Text Example


Text Example

White with #B0579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0579F; }

 p { color: rgb(176,87,159); }

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

background-color css

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

 a { background-color: rgb(176,87,159); }

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

border-color css

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

 span { border-color: rgb(176,87,159); }

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