Html Css Color HEX #B41883 Medium Violet Red

📋 copy color: '#B41883'

red 180 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #B41883

Tints of Medium Violet Red #B41883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 53.73%
G = 7.16%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B41883 (or 0xB41883) is known color: Medium Violet Red. HEX triplet: B4, 18 and 83. RGB value is (180,24,131). Sum of RGB (Red+Green+Blue) = 180+24+131=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B41883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41883 is #4BE77C. Grayscale: #525252. Windows color (decimal): -4974461 or 8591540. OLE color: 8591540.

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

Color convert

RGB 180 24 131 -
CMYK 0 0.87 0.27 0.29
HSL 318.85º 0.76% 0.4% -
HSV(B) 318.85º 0.87% 0.71% -
XYZ 23.25 12 22.56 -
YUV 82.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 180 24 131 0 0.87 0.27 0.29 318.85 0.76 0.4
Hex B4 18 83 0 57 1B 1D 13F 4C 28
Octal 264 30 203 0 127 33 35 477 114 50
Binary 10110100 11000 10000011 0 1010111 11011 11101 100111111 1001100 101000

Color Harmonies of #B41883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41883

Black with #B41883

Text Example


Text Example

White with #B41883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41883; }

 p { color: rgb(180,24,131); }

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

background-color css

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

 a { background-color: rgb(180,24,131); }

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

border-color css

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

 span { border-color: rgb(180,24,131); }

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