Html Css Color HEX #B80285 Medium Violet Red

📋 copy color: '#B80285'

red 184 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #B80285

Tints of Medium Violet Red #B80285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 57.68%
G = 0.63%
B = 41.69%

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

#B80285 (or 0xB80285) is known color: Medium Violet Red. HEX triplet: B8, 02 and 85. RGB value is (184,2,133). Sum of RGB (Red+Green+Blue) = 184+2+133=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80285 is #47FD7A. Grayscale: #474747. Windows color (decimal): -4717947 or 8716984. OLE color: 8716984.

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

Color convert

RGB 184 2 133 -
CMYK 0 0.99 0.28 0.28
HSL 316.81º 0.98% 0.36% -
HSV(B) 316.81º 0.99% 0.72% -
XYZ 24.02 11.93 23.23 -
YUV 71.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 184 2 133 0 0.99 0.28 0.28 316.81 0.98 0.36
Hex B8 2 85 0 63 1C 1C 13D 62 24
Octal 270 2 205 0 143 34 34 475 142 44
Binary 10111000 10 10000101 0 1100011 11100 11100 100111101 1100010 100100

Color Harmonies of #B80285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80285

Black with #B80285

Text Example


Text Example

White with #B80285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80285; }

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

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

background-color css

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

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

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

border-color css

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

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

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