Html Css Color HEX #B80A8F Medium Violet Red

📋 copy color: '#B80A8F'

red 184 ◦ green 10 ◦ blue 143

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

Shades of Medium Violet Red #B80A8F

Tints of Medium Violet Red #B80A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 54.6%
G = 2.97%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80A8F (or 0xB80A8F) is known color: Medium Violet Red. HEX triplet: B8, 0A and 8F. RGB value is (184,10,143). Sum of RGB (Red+Green+Blue) = 184+10+143=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80A8F is #47F570. Grayscale: #4C4C4C. Windows color (decimal): -4715889 or 9374392. OLE color: 9374392.

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

Color convert

RGB 184 10 143 -
CMYK 0 0.95 0.22 0.28
HSL 314.14º 0.9% 0.38% -
HSV(B) 314.14º 0.95% 0.72% -
XYZ 24.83 12.39 27.07 -
YUV 77.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 184 10 143 0 0.95 0.22 0.28 314.14 0.9 0.38
Hex B8 A 8F 0 5F 16 1C 13A 5A 26
Octal 270 12 217 0 137 26 34 472 132 46
Binary 10111000 1010 10001111 0 1011111 10110 11100 100111010 1011010 100110

Color Harmonies of #B80A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A8F

Black with #B80A8F

Text Example


Text Example

White with #B80A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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