Html Css Color HEX #B80AA3 Medium Violet Red

📋 copy color: '#B80AA3'

red 184 ◦ green 10 ◦ blue 163

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

Shades of Medium Violet Red #B80AA3

Tints of Medium Violet Red #B80AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 51.54%
G = 2.8%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B80AA3 (or 0xB80AA3) is known color: Medium Violet Red. HEX triplet: B8, 0A and A3. RGB value is (184,10,163). Sum of RGB (Red+Green+Blue) = 184+10+163=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AA3 is #47F55C. Grayscale: #4F4F4F. Windows color (decimal): -4715869 or 10685112. OLE color: 10685112.

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

Color convert

RGB 184 10 163 -
CMYK 0 0.95 0.11 0.28
HSL 307.24º 0.9% 0.38% -
HSV(B) 307.24º 0.95% 0.72% -
XYZ 26.49 13.05 35.77 -
YUV 79.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 184 10 163 0 0.95 0.11 0.28 307.24 0.9 0.38
Hex B8 A A3 0 5F B 1C 133 5A 26
Octal 270 12 243 0 137 13 34 463 132 46
Binary 10111000 1010 10100011 0 1011111 1011 11100 100110011 1011010 100110

Color Harmonies of #B80AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AA3

Black with #B80AA3

Text Example


Text Example

White with #B80AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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