Html Css Color HEX #B80AA2 Medium Violet Red

📋 copy color: '#B80AA2'

red 184 ◦ green 10 ◦ blue 162

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

Shades of Medium Violet Red #B80AA2

Tints of Medium Violet Red #B80AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 51.69%
G = 2.81%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B80AA2 (or 0xB80AA2) is known color: Medium Violet Red. HEX triplet: B8, 0A and A2. RGB value is (184,10,162). Sum of RGB (Red+Green+Blue) = 184+10+162=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AA2 is #47F55D. Grayscale: #4E4E4E. Windows color (decimal): -4715870 or 10619576. OLE color: 10619576.

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

Color convert

RGB 184 10 162 -
CMYK 0 0.95 0.12 0.28
HSL 307.59º 0.9% 0.38% -
HSV(B) 307.59º 0.95% 0.72% -
XYZ 26.4 13.02 35.3 -
YUV 79.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 184 10 162 0 0.95 0.12 0.28 307.59 0.9 0.38
Hex B8 A A2 0 5F C 1C 134 5A 26
Octal 270 12 242 0 137 14 34 464 132 46
Binary 10111000 1010 10100010 0 1011111 1100 11100 100110100 1011010 100110

Color Harmonies of #B80AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AA2

Black with #B80AA2

Text Example


Text Example

White with #B80AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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