Html Css Color HEX #B80893 Medium Violet Red

📋 copy color: '#B80893'

red 184 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #B80893

Tints of Medium Violet Red #B80893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 54.28%
G = 2.36%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80893 (or 0xB80893) is known color: Medium Violet Red. HEX triplet: B8, 08 and 93. RGB value is (184,8,147). Sum of RGB (Red+Green+Blue) = 184+8+147=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80893 is #47F76C. Grayscale: #4C4C4C. Windows color (decimal): -4716397 or 9636024. OLE color: 9636024.

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

Color convert

RGB 184 8 147 -
CMYK 0 0.96 0.20 0.28
HSL 312.61º 0.92% 0.38% -
HSV(B) 312.61º 0.96% 0.72% -
XYZ 25.12 12.47 28.69 -
YUV 76.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 184 8 147 0 0.96 0.20 0.28 312.61 0.92 0.38
Hex B8 8 93 0 60 14 1C 139 5C 26
Octal 270 10 223 0 140 24 34 471 134 46
Binary 10111000 1000 10010011 0 1100000 10100 11100 100111001 1011100 100110

Color Harmonies of #B80893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80893

Black with #B80893

Text Example


Text Example

White with #B80893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80893; }

 p { color: rgb(184,8,147); }

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

background-color css

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

 a { background-color: rgb(184,8,147); }

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

border-color css

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

 span { border-color: rgb(184,8,147); }

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