Html Css Color HEX #B80275 Medium Violet Red

📋 copy color: '#B80275'

red 184 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #B80275

Tints of Medium Violet Red #B80275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 60.73%
G = 0.66%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80275 (or 0xB80275) is known color: Medium Violet Red. HEX triplet: B8, 02 and 75. RGB value is (184,2,117). Sum of RGB (Red+Green+Blue) = 184+2+117=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80275 is #47FD8A. Grayscale: #454545. Windows color (decimal): -4717963 or 7668408. OLE color: 7668408.

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

Color convert

RGB 184 2 117 -
CMYK 0 0.99 0.36 0.28
HSL 322.09º 0.98% 0.36% -
HSV(B) 322.09º 0.99% 0.72% -
XYZ 23 11.52 17.84 -
YUV 69.53 154.8 209.65 -
System Red Green Blue C M Y K H S L
Decimal 184 2 117 0 0.99 0.36 0.28 322.09 0.98 0.36
Hex B8 2 75 0 63 24 1C 142 62 24
Octal 270 2 165 0 143 44 34 502 142 44
Binary 10111000 10 1110101 0 1100011 100100 11100 101000010 1100010 100100

Color Harmonies of #B80275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80275

Black with #B80275

Text Example


Text Example

White with #B80275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80275; }

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

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

background-color css

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

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

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

border-color css

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

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

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