Html Css Color HEX #B0579E Violet Blue

📋 copy color: '#B0579E'

red 176 ◦ green 87 ◦ blue 158

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

Shades of Violet Blue #B0579E

Tints of Violet Blue #B0579E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 41.81%
G = 20.67%
B = 37.53%

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

#B0579E (or 0xB0579E) is known color: Violet Blue. HEX triplet: B0, 57 and 9E. RGB value is (176,87,158). Sum of RGB (Red+Green+Blue) = 176+87+158=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0579E is #4FA861. Grayscale: #797979. Windows color (decimal): -5220450 or 10377136. OLE color: 10377136.

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

Color convert

RGB 176 87 158 -
CMYK 0 0.51 0.10 0.31
HSL 312.13º 0.36% 0.52% -
HSV(B) 312.13º 0.51% 0.69% -
XYZ 27.48 18.52 34.47 -
YUV 121.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 176 87 158 0 0.51 0.10 0.31 312.13 0.36 0.52
Hex B0 57 9E 0 33 A 1F 138 24 34
Octal 260 127 236 0 63 12 37 470 44 64
Binary 10110000 1010111 10011110 0 110011 1010 11111 100111000 100100 110100

Color Harmonies of #B0579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0579E

Black with #B0579E

Text Example


Text Example

White with #B0579E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0579E; }

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

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

background-color css

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

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

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

border-color css

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

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

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