Html Css Color HEX #B80273 Medium Violet Red

📋 copy color: '#B80273'

red 184 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #B80273

Tints of Medium Violet Red #B80273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 61.13%
G = 0.66%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B80273 (or 0xB80273) is known color: Medium Violet Red. HEX triplet: B8, 02 and 73. RGB value is (184,2,115). Sum of RGB (Red+Green+Blue) = 184+2+115=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80273 is #47FD8C. Grayscale: #454545. Windows color (decimal): -4717965 or 7537336. OLE color: 7537336.

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

Color convert

RGB 184 2 115 -
CMYK 0 0.99 0.38 0.28
HSL 322.75º 0.98% 0.36% -
HSV(B) 322.75º 0.99% 0.72% -
XYZ 22.88 11.47 17.23 -
YUV 69.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 184 2 115 0 0.99 0.38 0.28 322.75 0.98 0.36
Hex B8 2 73 0 63 26 1C 143 62 24
Octal 270 2 163 0 143 46 34 503 142 44
Binary 10111000 10 1110011 0 1100011 100110 11100 101000011 1100010 100100

Color Harmonies of #B80273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80273

Black with #B80273

Text Example


Text Example

White with #B80273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80273; }

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

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

background-color css

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

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

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

border-color css

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

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

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