Html Css Color HEX #B0519B Violet Blue

📋 copy color: '#B0519B'

red 176 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #B0519B

Tints of Violet Blue #B0519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 42.72%
G = 19.66%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0519B (or 0xB0519B) is known color: Violet Blue. HEX triplet: B0, 51 and 9B. RGB value is (176,81,155). Sum of RGB (Red+Green+Blue) = 176+81+155=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519B is #4FAE64. Grayscale: #757575. Windows color (decimal): -5221989 or 10178992. OLE color: 10178992.

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

Color convert

RGB 176 81 155 -
CMYK 0 0.54 0.12 0.31
HSL 313.26º 0.38% 0.5% -
HSV(B) 313.26º 0.54% 0.69% -
XYZ 26.76 17.48 32.97 -
YUV 117.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 176 81 155 0 0.54 0.12 0.31 313.26 0.38 0.5
Hex B0 51 9B 0 36 C 1F 139 26 32
Octal 260 121 233 0 66 14 37 471 46 62
Binary 10110000 1010001 10011011 0 110110 1100 11111 100111001 100110 110010

Color Harmonies of #B0519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0519B

Black with #B0519B

Text Example


Text Example

White with #B0519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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