Html Css Color HEX #B80089 Medium Violet Red

📋 copy color: '#B80089'

red 184 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #B80089

Tints of Medium Violet Red #B80089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.32%
G = 0%
B = 42.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B80089 (or 0xB80089) is known color: Medium Violet Red. HEX triplet: B8, 00 and 89. RGB value is (184,0,137). Sum of RGB (Red+Green+Blue) = 184+0+137=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B80089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80089 is #47FF76. Grayscale: #464646. Windows color (decimal): -4718455 or 8978616. OLE color: 8978616.

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

Color convert

RGB 184 0 137 -
CMYK 0 1 0.26 0.28
HSL 315.33º 1% 0.36% -
HSV(B) 315.33º 1% 0.72% -
XYZ 24.28 12 24.7 -
YUV 70.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 184 0 137 0 1 0.26 0.28 315.33 1 0.36
Hex B8 0 89 0 64 1A 1C 13B 64 24
Octal 270 0 211 0 144 32 34 473 144 44
Binary 10111000 0 10001001 0 1100100 11010 11100 100111011 1100100 100100

Color Harmonies of #B80089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80089

Black with #B80089

Text Example


Text Example

White with #B80089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80089; }

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

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

background-color css

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

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

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

border-color css

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

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

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