Html Css Color HEX #B41B9A Medium Violet Red

📋 copy color: '#B41B9A'

red 180 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #B41B9A

Tints of Medium Violet Red #B41B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 49.86%
G = 7.48%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B41B9A (or 0xB41B9A) is known color: Medium Violet Red. HEX triplet: B4, 1B and 9A. RGB value is (180,27,154). Sum of RGB (Red+Green+Blue) = 180+27+154=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41B9A is #4BE465. Grayscale: #565656. Windows color (decimal): -4973670 or 10099636. OLE color: 10099636.

HSL color Cylindrical-coordinate representation of color #B41B9A: hue angle of 310.2º 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 #B41B9A is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 27 154 -
CMYK 0 0.85 0.14 0.29
HSL 310.2º 0.74% 0.41% -
HSV(B) 310.2º 0.85% 0.71% -
XYZ 25.05 12.82 31.73 -
YUV 87.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 180 27 154 0 0.85 0.14 0.29 310.2 0.74 0.41
Hex B4 1B 9A 0 55 E 1D 136 4A 29
Octal 264 33 232 0 125 16 35 466 112 51
Binary 10110100 11011 10011010 0 1010101 1110 11101 100110110 1001010 101001

Color Harmonies of #B41B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B9A

Black with #B41B9A

Text Example


Text Example

White with #B41B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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