Html Css Color HEX #B80792 Medium Violet Red

📋 copy color: '#B80792'

red 184 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #B80792

Tints of Medium Violet Red #B80792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 54.6%
G = 2.08%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B80792 (or 0xB80792) is known color: Medium Violet Red. HEX triplet: B8, 07 and 92. RGB value is (184,7,146). Sum of RGB (Red+Green+Blue) = 184+7+146=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B80792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80792 is #47F86D. Grayscale: #4B4B4B. Windows color (decimal): -4716654 or 9570232. OLE color: 9570232.

HSL color Cylindrical-coordinate representation of color #B80792: hue angle of 312.88º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80792 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 146 -
CMYK 0 0.96 0.21 0.28
HSL 312.88º 0.93% 0.37% -
HSV(B) 312.88º 0.96% 0.72% -
XYZ 25.03 12.42 28.27 -
YUV 75.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 184 7 146 0 0.96 0.21 0.28 312.88 0.93 0.37
Hex B8 7 92 0 60 15 1C 139 5D 25
Octal 270 7 222 0 140 25 34 471 135 45
Binary 10111000 111 10010010 0 1100000 10101 11100 100111001 1011101 100101

Color Harmonies of #B80792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80792

Black with #B80792

Text Example


Text Example

White with #B80792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80792; }

 p { color: rgb(184,7,146); }

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

background-color css

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

 a { background-color: rgb(184,7,146); }

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

border-color css

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

 span { border-color: rgb(184,7,146); }

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