Html Css Color HEX #B80684 Medium Violet Red

📋 copy color: '#B80684'

red 184 ◦ green 6 ◦ blue 132

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

Shades of Medium Violet Red #B80684

Tints of Medium Violet Red #B80684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 57.14%
G = 1.86%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B80684 (or 0xB80684) is known color: Medium Violet Red. HEX triplet: B8, 06 and 84. RGB value is (184,6,132). Sum of RGB (Red+Green+Blue) = 184+6+132=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B80684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80684 is #47F97B. Grayscale: #494949. Windows color (decimal): -4716924 or 8652472. OLE color: 8652472.

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

Color convert

RGB 184 6 132 -
CMYK 0 0.97 0.28 0.28
HSL 317.53º 0.94% 0.37% -
HSV(B) 317.53º 0.97% 0.72% -
XYZ 24 11.99 22.88 -
YUV 73.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 184 6 132 0 0.97 0.28 0.28 317.53 0.94 0.37
Hex B8 6 84 0 61 1C 1C 13E 5E 25
Octal 270 6 204 0 141 34 34 476 136 45
Binary 10111000 110 10000100 0 1100001 11100 11100 100111110 1011110 100101

Color Harmonies of #B80684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80684

Black with #B80684

Text Example


Text Example

White with #B80684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80684; }

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

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

background-color css

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

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

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

border-color css

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

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

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