Html Css Color HEX #B4019F Medium Violet Red

📋 copy color: '#B4019F'

red 180 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #B4019F

Tints of Medium Violet Red #B4019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 52.94%
G = 0.29%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4019F (or 0xB4019F) is known color: Medium Violet Red. HEX triplet: B4, 01 and 9F. RGB value is (180,1,159). Sum of RGB (Red+Green+Blue) = 180+1+159=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4019F is #4BFE60. Grayscale: #484848. Windows color (decimal): -4980321 or 10420660. OLE color: 10420660.

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

Color convert

RGB 180 1 159 -
CMYK 0 0.99 0.12 0.29
HSL 307.04º 0.99% 0.35% -
HSV(B) 307.04º 0.99% 0.71% -
XYZ 25.09 12.23 33.84 -
YUV 72.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 180 1 159 0 0.99 0.12 0.29 307.04 0.99 0.35
Hex B4 1 9F 0 63 C 1D 133 63 23
Octal 264 1 237 0 143 14 35 463 143 43
Binary 10110100 1 10011111 0 1100011 1100 11101 100110011 1100011 100011

Color Harmonies of #B4019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4019F

Black with #B4019F

Text Example


Text Example

White with #B4019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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