Html Css Color HEX #B2519B Violet Blue

📋 copy color: '#B2519B'

red 178 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #B2519B

Tints of Violet Blue #B2519B

RGB

 RED value IS 178 (69.92% from 255) = 43%

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

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

R = 43%
G = 19.57%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2519B (or 0xB2519B) is known color: Violet Blue. HEX triplet: B2, 51 and 9B. RGB value is (178,81,155). Sum of RGB (Red+Green+Blue) = 178+81+155=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2519B is #4DAE64. Grayscale: #767676. Windows color (decimal): -5090917 or 10178994. OLE color: 10178994.

HSL color Cylindrical-coordinate representation of color #B2519B: hue angle of 314.23º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2519B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 155 -
CMYK 0 0.54 0.13 0.30
HSL 314.23º 0.39% 0.51% -
HSV(B) 314.23º 0.54% 0.7% -
XYZ 27.22 17.72 33 -
YUV 118.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 178 81 155 0 0.54 0.13 0.30 314.23 0.39 0.51
Hex B2 51 9B 0 36 D 1E 13A 27 33
Octal 262 121 233 0 66 15 36 472 47 63
Binary 10110010 1010001 10011011 0 110110 1101 11110 100111010 100111 110011

Color Harmonies of #B2519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2519B

Black with #B2519B

Text Example


Text Example

White with #B2519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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