Html Css Color HEX #B4019C Medium Violet Red

📋 copy color: '#B4019C'

red 180 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #B4019C

Tints of Medium Violet Red #B4019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 53.41%
G = 0.3%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4019C (or 0xB4019C) is known color: Medium Violet Red. HEX triplet: B4, 01 and 9C. RGB value is (180,1,156). Sum of RGB (Red+Green+Blue) = 180+1+156=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4019C is #4BFE63. Grayscale: #474747. Windows color (decimal): -4980324 or 10224052. OLE color: 10224052.

HSL color Cylindrical-coordinate representation of color #B4019C: hue angle of 308.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 #B4019C is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 156 -
CMYK 0 0.99 0.13 0.29
HSL 308.04º 0.99% 0.35% -
HSV(B) 308.04º 0.99% 0.71% -
XYZ 24.83 12.13 32.48 -
YUV 72.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 180 1 156 0 0.99 0.13 0.29 308.04 0.99 0.35
Hex B4 1 9C 0 63 D 1D 134 63 23
Octal 264 1 234 0 143 15 35 464 143 43
Binary 10110100 1 10011100 0 1100011 1101 11101 100110100 1100011 100011

Color Harmonies of #B4019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4019C

Black with #B4019C

Text Example


Text Example

White with #B4019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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