Html Css Color HEX #B80281 Medium Violet Red

📋 copy color: '#B80281'

red 184 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #B80281

Tints of Medium Violet Red #B80281

RGB

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

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

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

R = 58.41%
G = 0.63%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80281 (or 0xB80281) is known color: Medium Violet Red. HEX triplet: B8, 02 and 81. RGB value is (184,2,129). Sum of RGB (Red+Green+Blue) = 184+2+129=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80281 is #47FD7E. Grayscale: #464646. Windows color (decimal): -4717951 or 8454840. OLE color: 8454840.

HSL color Cylindrical-coordinate representation of color #B80281: hue angle of 318.13º 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 #B80281 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 129 -
CMYK 0 0.99 0.30 0.28
HSL 318.13º 0.98% 0.36% -
HSV(B) 318.13º 0.99% 0.72% -
XYZ 23.75 11.82 21.8 -
YUV 70.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 184 2 129 0 0.99 0.30 0.28 318.13 0.98 0.36
Hex B8 2 81 0 63 1E 1C 13E 62 24
Octal 270 2 201 0 143 36 34 476 142 44
Binary 10111000 10 10000001 0 1100011 11110 11100 100111110 1100010 100100

Color Harmonies of #B80281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80281

Black with #B80281

Text Example


Text Example

White with #B80281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80281; }

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

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

background-color css

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

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

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

border-color css

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

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

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