Html Css Color HEX #B80BA3 Medium Violet Red

📋 copy color: '#B80BA3'

red 184 ◦ green 11 ◦ blue 163

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

Shades of Medium Violet Red #B80BA3

Tints of Medium Violet Red #B80BA3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

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

R = 51.4%
G = 3.07%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B80BA3 (or 0xB80BA3) is known color: Medium Violet Red. HEX triplet: B8, 0B and A3. RGB value is (184,11,163). Sum of RGB (Red+Green+Blue) = 184+11+163=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BA3 is #47F45C. Grayscale: #4F4F4F. Windows color (decimal): -4715613 or 10685368. OLE color: 10685368.

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

Color convert

RGB 184 11 163 -
CMYK 0 0.94 0.11 0.28
HSL 307.28º 0.89% 0.38% -
HSV(B) 307.28º 0.94% 0.72% -
XYZ 26.5 13.07 35.78 -
YUV 80.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 184 11 163 0 0.94 0.11 0.28 307.28 0.89 0.38
Hex B8 B A3 0 5E B 1C 133 59 26
Octal 270 13 243 0 136 13 34 463 131 46
Binary 10111000 1011 10100011 0 1011110 1011 11100 100110011 1011001 100110

Color Harmonies of #B80BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BA3

Black with #B80BA3

Text Example


Text Example

White with #B80BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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