Html Css Color HEX #B80282 Medium Violet Red

📋 copy color: '#B80282'

red 184 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B80282

Tints of Medium Violet Red #B80282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 58.23%
G = 0.63%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B80282 (or 0xB80282) is known color: Medium Violet Red. HEX triplet: B8, 02 and 82. RGB value is (184,2,130). Sum of RGB (Red+Green+Blue) = 184+2+130=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B80282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80282 is #47FD7D. Grayscale: #464646. Windows color (decimal): -4717950 or 8520376. OLE color: 8520376.

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

Color convert

RGB 184 2 130 -
CMYK 0 0.99 0.29 0.28
HSL 317.8º 0.98% 0.36% -
HSV(B) 317.8º 0.99% 0.72% -
XYZ 23.82 11.85 22.15 -
YUV 71.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 184 2 130 0 0.99 0.29 0.28 317.8 0.98 0.36
Hex B8 2 82 0 63 1D 1C 13E 62 24
Octal 270 2 202 0 143 35 34 476 142 44
Binary 10111000 10 10000010 0 1100011 11101 11100 100111110 1100010 100100

Color Harmonies of #B80282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80282

Black with #B80282

Text Example


Text Example

White with #B80282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80282; }

 p { color: rgb(184,2,130); }

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

background-color css

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

 a { background-color: rgb(184,2,130); }

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

border-color css

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

 span { border-color: rgb(184,2,130); }

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