Html Css Color HEX #B80989 Medium Violet Red

📋 copy color: '#B80989'

red 184 ◦ green 9 ◦ blue 137

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

Shades of Medium Violet Red #B80989

Tints of Medium Violet Red #B80989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.73%

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

R = 55.76%
G = 2.73%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B80989 (or 0xB80989) is known color: Medium Violet Red. HEX triplet: B8, 09 and 89. RGB value is (184,9,137). Sum of RGB (Red+Green+Blue) = 184+9+137=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B80989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80989 is #47F676. Grayscale: #4B4B4B. Windows color (decimal): -4716151 or 8980920. OLE color: 8980920.

HSL color Cylindrical-coordinate representation of color #B80989: hue angle of 316.11º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80989 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 137 -
CMYK 0 0.95 0.26 0.28
HSL 316.11º 0.91% 0.38% -
HSV(B) 316.11º 0.95% 0.72% -
XYZ 24.38 12.19 24.74 -
YUV 75.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 184 9 137 0 0.95 0.26 0.28 316.11 0.91 0.38
Hex B8 9 89 0 5F 1A 1C 13C 5B 26
Octal 270 11 211 0 137 32 34 474 133 46
Binary 10111000 1001 10001001 0 1011111 11010 11100 100111100 1011011 100110

Color Harmonies of #B80989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80989

Black with #B80989

Text Example


Text Example

White with #B80989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80989; }

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

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

background-color css

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

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

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

border-color css

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

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

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