Html Css Color HEX #B80A8A Medium Violet Red

📋 copy color: '#B80A8A'

red 184 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #B80A8A

Tints of Medium Violet Red #B80A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 55.42%
G = 3.01%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B80A8A (or 0xB80A8A) is known color: Medium Violet Red. HEX triplet: B8, 0A and 8A. RGB value is (184,10,138). Sum of RGB (Red+Green+Blue) = 184+10+138=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80A8A is #47F575. Grayscale: #4C4C4C. Windows color (decimal): -4715894 or 9046712. OLE color: 9046712.

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

Color convert

RGB 184 10 138 -
CMYK 0 0.95 0.25 0.28
HSL 315.86º 0.9% 0.38% -
HSV(B) 315.86º 0.95% 0.72% -
XYZ 24.46 12.24 25.12 -
YUV 76.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 184 10 138 0 0.95 0.25 0.28 315.86 0.9 0.38
Hex B8 A 8A 0 5F 19 1C 13C 5A 26
Octal 270 12 212 0 137 31 34 474 132 46
Binary 10111000 1010 10001010 0 1011111 11001 11100 100111100 1011010 100110

Color Harmonies of #B80A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A8A

Black with #B80A8A

Text Example


Text Example

White with #B80A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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