Html Css Color HEX #B0519D Violet Blue

📋 copy color: '#B0519D'

red 176 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #B0519D

Tints of Violet Blue #B0519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 42.51%
G = 19.57%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0519D (or 0xB0519D) is known color: Violet Blue. HEX triplet: B0, 51 and 9D. RGB value is (176,81,157). Sum of RGB (Red+Green+Blue) = 176+81+157=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519D is #4FAE62. Grayscale: #757575. Windows color (decimal): -5221987 or 10310064. OLE color: 10310064.

HSL color Cylindrical-coordinate representation of color #B0519D: hue angle of 312º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0519D is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 157 -
CMYK 0 0.54 0.11 0.31
HSL 312º 0.38% 0.5% -
HSV(B) 312º 0.54% 0.69% -
XYZ 26.93 17.55 33.87 -
YUV 118.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 176 81 157 0 0.54 0.11 0.31 312 0.38 0.5
Hex B0 51 9D 0 36 B 1F 138 26 32
Octal 260 121 235 0 66 13 37 470 46 62
Binary 10110000 1010001 10011101 0 110110 1011 11111 100111000 100110 110010

Color Harmonies of #B0519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0519D

Black with #B0519D

Text Example


Text Example

White with #B0519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0519D; }

 p { color: rgb(176,81,157); }

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

background-color css

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

 a { background-color: rgb(176,81,157); }

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

border-color css

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

 span { border-color: rgb(176,81,157); }

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