Html Css Color HEX #B80575 Medium Violet Red

📋 copy color: '#B80575'

red 184 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #B80575

Tints of Medium Violet Red #B80575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 60.13%
G = 1.63%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80575 (or 0xB80575) is known color: Medium Violet Red. HEX triplet: B8, 05 and 75. RGB value is (184,5,117). Sum of RGB (Red+Green+Blue) = 184+5+117=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B80575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80575 is #47FA8A. Grayscale: #474747. Windows color (decimal): -4717195 or 7669176. OLE color: 7669176.

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

Color convert

RGB 184 5 117 -
CMYK 0 0.97 0.36 0.28
HSL 322.46º 0.95% 0.37% -
HSV(B) 322.46º 0.97% 0.72% -
XYZ 23.03 11.58 17.85 -
YUV 71.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 184 5 117 0 0.97 0.36 0.28 322.46 0.95 0.37
Hex B8 5 75 0 61 24 1C 142 5F 25
Octal 270 5 165 0 141 44 34 502 137 45
Binary 10111000 101 1110101 0 1100001 100100 11100 101000010 1011111 100101

Color Harmonies of #B80575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80575

Black with #B80575

Text Example


Text Example

White with #B80575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80575; }

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

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

background-color css

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

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

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

border-color css

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

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

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