Html Css Color HEX #B41B8D Medium Violet Red

📋 copy color: '#B41B8D'

red 180 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #B41B8D

Tints of Medium Violet Red #B41B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 51.72%
G = 7.76%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B41B8D (or 0xB41B8D) is known color: Medium Violet Red. HEX triplet: B4, 1B and 8D. RGB value is (180,27,141). Sum of RGB (Red+Green+Blue) = 180+27+141=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41B8D is #4BE472. Grayscale: #555555. Windows color (decimal): -4973683 or 9247668. OLE color: 9247668.

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

Color convert

RGB 180 27 141 -
CMYK 0 0.85 0.22 0.29
HSL 315.29º 0.74% 0.41% -
HSV(B) 315.29º 0.85% 0.71% -
XYZ 24.02 12.41 26.33 -
YUV 85.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 180 27 141 0 0.85 0.22 0.29 315.29 0.74 0.41
Hex B4 1B 8D 0 55 16 1D 13B 4A 29
Octal 264 33 215 0 125 26 35 473 112 51
Binary 10110100 11011 10001101 0 1010101 10110 11101 100111011 1001010 101001

Color Harmonies of #B41B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B8D

Black with #B41B8D

Text Example


Text Example

White with #B41B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B8D; }

 p { color: rgb(180,27,141); }

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

background-color css

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

 a { background-color: rgb(180,27,141); }

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

border-color css

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

 span { border-color: rgb(180,27,141); }

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