Html Css Color HEX #B80680 Medium Violet Red

📋 copy color: '#B80680'

red 184 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #B80680

Tints of Medium Violet Red #B80680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 57.86%
G = 1.89%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80680 (or 0xB80680) is known color: Medium Violet Red. HEX triplet: B8, 06 and 80. RGB value is (184,6,128). Sum of RGB (Red+Green+Blue) = 184+6+128=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B80680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80680 is #47F97F. Grayscale: #484848. Windows color (decimal): -4716928 or 8390328. OLE color: 8390328.

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

Color convert

RGB 184 6 128 -
CMYK 0 0.97 0.30 0.28
HSL 318.88º 0.94% 0.37% -
HSV(B) 318.88º 0.97% 0.72% -
XYZ 23.73 11.88 21.46 -
YUV 73.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 184 6 128 0 0.97 0.30 0.28 318.88 0.94 0.37
Hex B8 6 80 0 61 1E 1C 13F 5E 25
Octal 270 6 200 0 141 36 34 477 136 45
Binary 10111000 110 10000000 0 1100001 11110 11100 100111111 1011110 100101

Color Harmonies of #B80680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80680

Black with #B80680

Text Example


Text Example

White with #B80680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80680; }

 p { color: rgb(184,6,128); }

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

background-color css

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

 a { background-color: rgb(184,6,128); }

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

border-color css

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

 span { border-color: rgb(184,6,128); }

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