Html Css Color HEX #B41283 Medium Violet Red

📋 copy color: '#B41283'

red 180 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #B41283

Tints of Medium Violet Red #B41283

RGB

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

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

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

R = 54.71%
G = 5.47%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B41283 (or 0xB41283) is known color: Medium Violet Red. HEX triplet: B4, 12 and 83. RGB value is (180,18,131). Sum of RGB (Red+Green+Blue) = 180+18+131=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B41283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41283 is #4BED7C. Grayscale: #4F4F4F. Windows color (decimal): -4975997 or 8590004. OLE color: 8590004.

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

Color convert

RGB 180 18 131 -
CMYK 0 0.9 0.27 0.29
HSL 318.15º 0.82% 0.39% -
HSV(B) 318.15º 0.9% 0.71% -
XYZ 23.14 11.77 22.53 -
YUV 79.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 180 18 131 0 0.9 0.27 0.29 318.15 0.82 0.39
Hex B4 12 83 0 5A 1B 1D 13E 52 27
Octal 264 22 203 0 132 33 35 476 122 47
Binary 10110100 10010 10000011 0 1011010 11011 11101 100111110 1010010 100111

Color Harmonies of #B41283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41283

Black with #B41283

Text Example


Text Example

White with #B41283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41283; }

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

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

background-color css

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

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

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

border-color css

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

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

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