Html Css Color HEX #B80475 Medium Violet Red

📋 copy color: '#B80475'

red 184 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #B80475

Tints of Medium Violet Red #B80475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 60.33%
G = 1.31%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80475 (or 0xB80475) is known color: Medium Violet Red. HEX triplet: B8, 04 and 75. RGB value is (184,4,117). Sum of RGB (Red+Green+Blue) = 184+4+117=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80475 is #47FB8A. Grayscale: #464646. Windows color (decimal): -4717451 or 7668920. OLE color: 7668920.

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

Color convert

RGB 184 4 117 -
CMYK 0 0.98 0.36 0.28
HSL 322.33º 0.96% 0.37% -
HSV(B) 322.33º 0.98% 0.72% -
XYZ 23.02 11.56 17.85 -
YUV 70.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 184 4 117 0 0.98 0.36 0.28 322.33 0.96 0.37
Hex B8 4 75 0 62 24 1C 142 60 25
Octal 270 4 165 0 142 44 34 502 140 45
Binary 10111000 100 1110101 0 1100010 100100 11100 101000010 1100000 100101

Color Harmonies of #B80475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80475

Black with #B80475

Text Example


Text Example

White with #B80475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80475; }

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

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

background-color css

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

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

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

border-color css

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

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

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