Html Css Color HEX #B0519E Violet Blue

📋 copy color: '#B0519E'

red 176 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #B0519E

Tints of Violet Blue #B0519E

RGB

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

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

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

R = 42.41%
G = 19.52%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0519E (or 0xB0519E) is known color: Violet Blue. HEX triplet: B0, 51 and 9E. RGB value is (176,81,158). Sum of RGB (Red+Green+Blue) = 176+81+158=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519E is #4FAE61. Grayscale: #757575. Windows color (decimal): -5221986 or 10375600. OLE color: 10375600.

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

Color convert

RGB 176 81 158 -
CMYK 0 0.54 0.10 0.31
HSL 311.37º 0.38% 0.5% -
HSV(B) 311.37º 0.54% 0.69% -
XYZ 27.02 17.58 34.32 -
YUV 118.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 176 81 158 0 0.54 0.10 0.31 311.37 0.38 0.5
Hex B0 51 9E 0 36 A 1F 137 26 32
Octal 260 121 236 0 66 12 37 467 46 62
Binary 10110000 1010001 10011110 0 110110 1010 11111 100110111 100110 110010

Color Harmonies of #B0519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0519E

Black with #B0519E

Text Example


Text Example

White with #B0519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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