Html Css Color HEX #B80A8E Medium Violet Red

📋 copy color: '#B80A8E'

red 184 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #B80A8E

Tints of Medium Violet Red #B80A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.98%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 54.76%
G = 2.98%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B80A8E (or 0xB80A8E) is known color: Medium Violet Red. HEX triplet: B8, 0A and 8E. RGB value is (184,10,142). Sum of RGB (Red+Green+Blue) = 184+10+142=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80A8E is #47F571. Grayscale: #4C4C4C. Windows color (decimal): -4715890 or 9308856. OLE color: 9308856.

HSL color Cylindrical-coordinate representation of color #B80A8E: hue angle of 314.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A8E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 142 -
CMYK 0 0.95 0.23 0.28
HSL 314.48º 0.9% 0.38% -
HSV(B) 314.48º 0.95% 0.72% -
XYZ 24.76 12.36 26.67 -
YUV 77.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 184 10 142 0 0.95 0.23 0.28 314.48 0.9 0.38
Hex B8 A 8E 0 5F 17 1C 13A 5A 26
Octal 270 12 216 0 137 27 34 472 132 46
Binary 10111000 1010 10001110 0 1011111 10111 11100 100111010 1011010 100110

Color Harmonies of #B80A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A8E

Black with #B80A8E

Text Example


Text Example

White with #B80A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A8E; }

 p { color: rgb(184,10,142); }

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

background-color css

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

 a { background-color: rgb(184,10,142); }

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

border-color css

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

 span { border-color: rgb(184,10,142); }

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