Html Css Color HEX #B80083 Medium Violet Red

📋 copy color: '#B80083'

red 184 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B80083

Tints of Medium Violet Red #B80083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.41%
G = 0%
B = 41.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B80083 (or 0xB80083) is known color: Medium Violet Red. HEX triplet: B8, 00 and 83. RGB value is (184,0,131). Sum of RGB (Red+Green+Blue) = 184+0+131=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80083 is #47FF7C. Grayscale: #454545. Windows color (decimal): -4718461 or 8585400. OLE color: 8585400.

HSL color Cylindrical-coordinate representation of color #B80083: hue angle of 317.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80083 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 131 -
CMYK 0 1 0.29 0.28
HSL 317.28º 1% 0.36% -
HSV(B) 317.28º 1% 0.72% -
XYZ 23.86 11.83 22.5 -
YUV 69.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 184 0 131 0 1 0.29 0.28 317.28 1 0.36
Hex B8 0 83 0 64 1D 1C 13D 64 24
Octal 270 0 203 0 144 35 34 475 144 44
Binary 10111000 0 10000011 0 1100100 11101 11100 100111101 1100100 100100

Color Harmonies of #B80083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80083

Black with #B80083

Text Example


Text Example

White with #B80083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80083; }

 p { color: rgb(184,0,131); }

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

background-color css

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

 a { background-color: rgb(184,0,131); }

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

border-color css

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

 span { border-color: rgb(184,0,131); }

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