Html Css Color HEX #B41A8A Medium Violet Red

📋 copy color: '#B41A8A'

red 180 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #B41A8A

Tints of Medium Violet Red #B41A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 52.33%
G = 7.56%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B41A8A (or 0xB41A8A) is known color: Medium Violet Red. HEX triplet: B4, 1A and 8A. RGB value is (180,26,138). Sum of RGB (Red+Green+Blue) = 180+26+138=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41A8A is #4BE575. Grayscale: #545454. Windows color (decimal): -4973942 or 9050804. OLE color: 9050804.

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

Color convert

RGB 180 26 138 -
CMYK 0 0.86 0.23 0.29
HSL 316.36º 0.75% 0.4% -
HSV(B) 316.36º 0.86% 0.71% -
XYZ 23.78 12.28 25.16 -
YUV 84.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 180 26 138 0 0.86 0.23 0.29 316.36 0.75 0.4
Hex B4 1A 8A 0 56 17 1D 13C 4B 28
Octal 264 32 212 0 126 27 35 474 113 50
Binary 10110100 11010 10001010 0 1010110 10111 11101 100111100 1001011 101000

Color Harmonies of #B41A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A8A

Black with #B41A8A

Text Example


Text Example

White with #B41A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A8A; }

 p { color: rgb(180,26,138); }

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

background-color css

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

 a { background-color: rgb(180,26,138); }

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

border-color css

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

 span { border-color: rgb(180,26,138); }

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