Html Css Color HEX #B80393 Medium Violet Red

📋 copy color: '#B80393'

red 184 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #B80393

Tints of Medium Violet Red #B80393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 55.09%
G = 0.9%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80393 (or 0xB80393) is known color: Medium Violet Red. HEX triplet: B8, 03 and 93. RGB value is (184,3,147). Sum of RGB (Red+Green+Blue) = 184+3+147=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80393 is #47FC6C. Grayscale: #494949. Windows color (decimal): -4717677 or 9634744. OLE color: 9634744.

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

Color convert

RGB 184 3 147 -
CMYK 0 0.98 0.20 0.28
HSL 312.27º 0.97% 0.37% -
HSV(B) 312.27º 0.98% 0.72% -
XYZ 25.07 12.36 28.67 -
YUV 73.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 184 3 147 0 0.98 0.20 0.28 312.27 0.97 0.37
Hex B8 3 93 0 62 14 1C 138 61 25
Octal 270 3 223 0 142 24 34 470 141 45
Binary 10111000 11 10010011 0 1100010 10100 11100 100111000 1100001 100101

Color Harmonies of #B80393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80393

Black with #B80393

Text Example


Text Example

White with #B80393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80393; }

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

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

background-color css

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

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

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

border-color css

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

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

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