Html Css Color HEX #B80381 Medium Violet Red

📋 copy color: '#B80381'

red 184 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #B80381

Tints of Medium Violet Red #B80381

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 58.23%
G = 0.95%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80381 (or 0xB80381) is known color: Medium Violet Red. HEX triplet: B8, 03 and 81. RGB value is (184,3,129). Sum of RGB (Red+Green+Blue) = 184+3+129=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B80381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80381 is #47FC7E. Grayscale: #474747. Windows color (decimal): -4717695 or 8455096. OLE color: 8455096.

HSL color Cylindrical-coordinate representation of color #B80381: hue angle of 318.23º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80381 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 129 -
CMYK 0 0.98 0.30 0.28
HSL 318.23º 0.97% 0.37% -
HSV(B) 318.23º 0.98% 0.72% -
XYZ 23.76 11.84 21.8 -
YUV 71.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 184 3 129 0 0.98 0.30 0.28 318.23 0.97 0.37
Hex B8 3 81 0 62 1E 1C 13E 61 25
Octal 270 3 201 0 142 36 34 476 141 45
Binary 10111000 11 10000001 0 1100010 11110 11100 100111110 1100001 100101

Color Harmonies of #B80381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80381

Black with #B80381

Text Example


Text Example

White with #B80381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80381; }

 p { color: rgb(184,3,129); }

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

background-color css

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

 a { background-color: rgb(184,3,129); }

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

border-color css

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

 span { border-color: rgb(184,3,129); }

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