Html Css Color HEX #B80A7B Medium Violet Red

📋 copy color: '#B80A7B'

red 184 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #B80A7B

Tints of Medium Violet Red #B80A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 58.04%
G = 3.15%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B80A7B (or 0xB80A7B) is known color: Medium Violet Red. HEX triplet: B8, 0A and 7B. RGB value is (184,10,123). Sum of RGB (Red+Green+Blue) = 184+10+123=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A7B is #47F584. Grayscale: #4A4A4A. Windows color (decimal): -4715909 or 8063672. OLE color: 8063672.

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

Color convert

RGB 184 10 123 -
CMYK 0 0.95 0.33 0.28
HSL 321.03º 0.9% 0.38% -
HSV(B) 321.03º 0.95% 0.72% -
XYZ 23.45 11.84 19.79 -
YUV 74.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 184 10 123 0 0.95 0.33 0.28 321.03 0.9 0.38
Hex B8 A 7B 0 5F 21 1C 141 5A 26
Octal 270 12 173 0 137 41 34 501 132 46
Binary 10111000 1010 1111011 0 1011111 100001 11100 101000001 1011010 100110

Color Harmonies of #B80A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A7B

Black with #B80A7B

Text Example


Text Example

White with #B80A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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