Html Css Color HEX #B4519F Violet Blue

📋 copy color: '#B4519F'

red 180 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #B4519F

Tints of Violet Blue #B4519F

RGB

 RED value IS 180 (70.7% from 255) = 42.86%

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 42.86%
G = 19.29%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4519F (or 0xB4519F) is known color: Violet Blue. HEX triplet: B4, 51 and 9F. RGB value is (180,81,159). Sum of RGB (Red+Green+Blue) = 180+81+159=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4519F is #4BAE60. Grayscale: #777777. Windows color (decimal): -4959841 or 10441140. OLE color: 10441140.

HSL color Cylindrical-coordinate representation of color #B4519F: hue angle of 312.73º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4519F is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 159 -
CMYK 0 0.55 0.12 0.29
HSL 312.73º 0.4% 0.51% -
HSV(B) 312.73º 0.55% 0.71% -
XYZ 28.02 18.09 34.82 -
YUV 119.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 180 81 159 0 0.55 0.12 0.29 312.73 0.4 0.51
Hex B4 51 9F 0 37 C 1D 139 28 33
Octal 264 121 237 0 67 14 35 471 50 63
Binary 10110100 1010001 10011111 0 110111 1100 11101 100111001 101000 110011

Color Harmonies of #B4519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4519F

Black with #B4519F

Text Example


Text Example

White with #B4519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4519F; }

 p { color: rgb(180,81,159); }

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

background-color css

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

 a { background-color: rgb(180,81,159); }

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

border-color css

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

 span { border-color: rgb(180,81,159); }

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