Html Css Color HEX #B80289 Medium Violet Red

📋 copy color: '#B80289'

red 184 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #B80289

Tints of Medium Violet Red #B80289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 56.97%
G = 0.62%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B80289 (or 0xB80289) is known color: Medium Violet Red. HEX triplet: B8, 02 and 89. RGB value is (184,2,137). Sum of RGB (Red+Green+Blue) = 184+2+137=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80289 is #47FD76. Grayscale: #474747. Windows color (decimal): -4717943 or 8979128. OLE color: 8979128.

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

Color convert

RGB 184 2 137 -
CMYK 0 0.99 0.26 0.28
HSL 315.49º 0.98% 0.36% -
HSV(B) 315.49º 0.99% 0.72% -
XYZ 24.3 12.04 24.71 -
YUV 71.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 184 2 137 0 0.99 0.26 0.28 315.49 0.98 0.36
Hex B8 2 89 0 63 1A 1C 13B 62 24
Octal 270 2 211 0 143 32 34 473 142 44
Binary 10111000 10 10001001 0 1100011 11010 11100 100111011 1100010 100100

Color Harmonies of #B80289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80289

Black with #B80289

Text Example


Text Example

White with #B80289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80289; }

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

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

background-color css

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

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

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

border-color css

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

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

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