Html Css Color HEX #B41D7A Medium Violet Red

📋 copy color: '#B41D7A'

red 180 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #B41D7A

Tints of Medium Violet Red #B41D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 54.38%
G = 8.76%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B41D7A (or 0xB41D7A) is known color: Medium Violet Red. HEX triplet: B4, 1D and 7A. RGB value is (180,29,122). Sum of RGB (Red+Green+Blue) = 180+29+122=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41D7A is #4BE285. Grayscale: #545454. Windows color (decimal): -4973190 or 8002996. OLE color: 8002996.

HSL color Cylindrical-coordinate representation of color #B41D7A: hue angle of 323.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D7A is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 29 122 -
CMYK 0 0.84 0.32 0.29
HSL 323.05º 0.72% 0.41% -
HSV(B) 323.05º 0.84% 0.71% -
XYZ 22.77 11.99 19.53 -
YUV 84.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 180 29 122 0 0.84 0.32 0.29 323.05 0.72 0.41
Hex B4 1D 7A 0 54 20 1D 143 48 29
Octal 264 35 172 0 124 40 35 503 110 51
Binary 10110100 11101 1111010 0 1010100 100000 11101 101000011 1001000 101001

Color Harmonies of #B41D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D7A

Black with #B41D7A

Text Example


Text Example

White with #B41D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D7A; }

 p { color: rgb(180,29,122); }

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

background-color css

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

 a { background-color: rgb(180,29,122); }

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

border-color css

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

 span { border-color: rgb(180,29,122); }

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