Html Css Color HEX #B0519A Violet Blue

📋 copy color: '#B0519A'

red 176 ◦ green 81 ◦ blue 154

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

Shades of Violet Blue #B0519A

Tints of Violet Blue #B0519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 42.82%
G = 19.71%
B = 37.47%

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

#B0519A (or 0xB0519A) is known color: Violet Blue. HEX triplet: B0, 51 and 9A. RGB value is (176,81,154). Sum of RGB (Red+Green+Blue) = 176+81+154=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519A is #4FAE65. Grayscale: #757575. Windows color (decimal): -5221990 or 10113456. OLE color: 10113456.

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

Color convert

RGB 176 81 154 -
CMYK 0 0.54 0.12 0.31
HSL 313.89º 0.38% 0.5% -
HSV(B) 313.89º 0.54% 0.69% -
XYZ 26.68 17.45 32.53 -
YUV 117.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 176 81 154 0 0.54 0.12 0.31 313.89 0.38 0.5
Hex B0 51 9A 0 36 C 1F 13A 26 32
Octal 260 121 232 0 66 14 37 472 46 62
Binary 10110000 1010001 10011010 0 110110 1100 11111 100111010 100110 110010

Color Harmonies of #B0519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0519A

Black with #B0519A

Text Example


Text Example

White with #B0519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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