Html Css Color HEX #B80284 Medium Violet Red

📋 copy color: '#B80284'

red 184 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #B80284

Tints of Medium Violet Red #B80284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 57.86%
G = 0.63%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B80284 (or 0xB80284) is known color: Medium Violet Red. HEX triplet: B8, 02 and 84. RGB value is (184,2,132). Sum of RGB (Red+Green+Blue) = 184+2+132=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B80284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80284 is #47FD7B. Grayscale: #464646. Windows color (decimal): -4717948 or 8651448. OLE color: 8651448.

HSL color Cylindrical-coordinate representation of color #B80284: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80284 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 132 -
CMYK 0 0.99 0.28 0.28
HSL 317.14º 0.98% 0.36% -
HSV(B) 317.14º 0.99% 0.72% -
XYZ 23.95 11.9 22.86 -
YUV 71.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 184 2 132 0 0.99 0.28 0.28 317.14 0.98 0.36
Hex B8 2 84 0 63 1C 1C 13D 62 24
Octal 270 2 204 0 143 34 34 475 142 44
Binary 10111000 10 10000100 0 1100011 11100 11100 100111101 1100010 100100

Color Harmonies of #B80284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80284

Black with #B80284

Text Example


Text Example

White with #B80284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80284; }

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

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

background-color css

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

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

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

border-color css

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

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

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