Html Css Color HEX #B41282 Medium Violet Red

📋 copy color: '#B41282'

red 180 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #B41282

Tints of Medium Violet Red #B41282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 54.88%
G = 5.49%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B41282 (or 0xB41282) is known color: Medium Violet Red. HEX triplet: B4, 12 and 82. RGB value is (180,18,130). Sum of RGB (Red+Green+Blue) = 180+18+130=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B41282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41282 is #4BED7D. Grayscale: #4E4E4E. Windows color (decimal): -4975998 or 8524468. OLE color: 8524468.

HSL color Cylindrical-coordinate representation of color #B41282: hue angle of 318.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41282 is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 130 -
CMYK 0 0.9 0.28 0.29
HSL 318.52º 0.82% 0.39% -
HSV(B) 318.52º 0.9% 0.71% -
XYZ 23.07 11.75 22.17 -
YUV 79.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 180 18 130 0 0.9 0.28 0.29 318.52 0.82 0.39
Hex B4 12 82 0 5A 1C 1D 13F 52 27
Octal 264 22 202 0 132 34 35 477 122 47
Binary 10110100 10010 10000010 0 1011010 11100 11101 100111111 1010010 100111

Color Harmonies of #B41282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41282

Black with #B41282

Text Example


Text Example

White with #B41282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41282; }

 p { color: rgb(180,18,130); }

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

background-color css

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

 a { background-color: rgb(180,18,130); }

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

border-color css

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

 span { border-color: rgb(180,18,130); }

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