Html Css Color HEX #B41873 Medium Violet Red

📋 copy color: '#B41873'

red 180 ◦ green 24 ◦ blue 115

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

Shades of Medium Violet Red #B41873

Tints of Medium Violet Red #B41873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 56.43%
G = 7.52%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41873 (or 0xB41873) is known color: Medium Violet Red. HEX triplet: B4, 18 and 73. RGB value is (180,24,115). Sum of RGB (Red+Green+Blue) = 180+24+115=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41873 is #4BE78C. Grayscale: #505050. Windows color (decimal): -4974477 or 7542964. OLE color: 7542964.

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

Color convert

RGB 180 24 115 -
CMYK 0 0.87 0.36 0.29
HSL 325º 0.76% 0.4% -
HSV(B) 325º 0.87% 0.71% -
XYZ 22.24 11.59 17.29 -
YUV 81.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 180 24 115 0 0.87 0.36 0.29 325 0.76 0.4
Hex B4 18 73 0 57 24 1D 145 4C 28
Octal 264 30 163 0 127 44 35 505 114 50
Binary 10110100 11000 1110011 0 1010111 100100 11101 101000101 1001100 101000

Color Harmonies of #B41873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41873

Black with #B41873

Text Example


Text Example

White with #B41873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41873; }

 p { color: rgb(180,24,115); }

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

background-color css

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

 a { background-color: rgb(180,24,115); }

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

border-color css

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

 span { border-color: rgb(180,24,115); }

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