Html Css Color HEX #B40483 Medium Violet Red

📋 copy color: '#B40483'

red 180 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #B40483

Tints of Medium Violet Red #B40483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 57.14%
G = 1.27%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B40483 (or 0xB40483) is known color: Medium Violet Red. HEX triplet: B4, 04 and 83. RGB value is (180,4,131). Sum of RGB (Red+Green+Blue) = 180+4+131=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B40483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40483 is #4BFB7C. Grayscale: #464646. Windows color (decimal): -4979581 or 8586420. OLE color: 8586420.

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

Color convert

RGB 180 4 131 -
CMYK 0 0.98 0.27 0.29
HSL 316.7º 0.96% 0.36% -
HSV(B) 316.7º 0.98% 0.71% -
XYZ 22.96 11.43 22.47 -
YUV 71.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 180 4 131 0 0.98 0.27 0.29 316.7 0.96 0.36
Hex B4 4 83 0 62 1B 1D 13D 60 24
Octal 264 4 203 0 142 33 35 475 140 44
Binary 10110100 100 10000011 0 1100010 11011 11101 100111101 1100000 100100

Color Harmonies of #B40483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40483

Black with #B40483

Text Example


Text Example

White with #B40483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40483; }

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

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

background-color css

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

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

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

border-color css

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

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

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