Html Css Color HEX #B80294 Medium Violet Red

📋 copy color: '#B80294'

red 184 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #B80294

Tints of Medium Violet Red #B80294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 55.09%
G = 0.6%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80294 (or 0xB80294) is known color: Medium Violet Red. HEX triplet: B8, 02 and 94. RGB value is (184,2,148). Sum of RGB (Red+Green+Blue) = 184+2+148=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80294 is #47FD6B. Grayscale: #484848. Windows color (decimal): -4717932 or 9700024. OLE color: 9700024.

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

Color convert

RGB 184 2 148 -
CMYK 0 0.99 0.20 0.28
HSL 311.87º 0.98% 0.36% -
HSV(B) 311.87º 0.99% 0.72% -
XYZ 25.13 12.37 29.08 -
YUV 73.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 184 2 148 0 0.99 0.20 0.28 311.87 0.98 0.36
Hex B8 2 94 0 63 14 1C 138 62 24
Octal 270 2 224 0 143 24 34 470 142 44
Binary 10111000 10 10010100 0 1100011 10100 11100 100111000 1100010 100100

Color Harmonies of #B80294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80294

Black with #B80294

Text Example


Text Example

White with #B80294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80294; }

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

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

background-color css

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

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

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

border-color css

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

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

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