Html Css Color HEX #B80595 Medium Violet Red

📋 copy color: '#B80595'

red 184 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #B80595

Tints of Medium Violet Red #B80595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 54.44%
G = 1.48%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B80595 (or 0xB80595) is known color: Medium Violet Red. HEX triplet: B8, 05 and 95. RGB value is (184,5,149). Sum of RGB (Red+Green+Blue) = 184+5+149=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B80595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80595 is #47FA6A. Grayscale: #4A4A4A. Windows color (decimal): -4717163 or 9766328. OLE color: 9766328.

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

Color convert

RGB 184 5 149 -
CMYK 0 0.97 0.19 0.28
HSL 311.73º 0.95% 0.37% -
HSV(B) 311.73º 0.97% 0.72% -
XYZ 25.25 12.47 29.51 -
YUV 74.94 169.8 205.79 -
System Red Green Blue C M Y K H S L
Decimal 184 5 149 0 0.97 0.19 0.28 311.73 0.95 0.37
Hex B8 5 95 0 61 13 1C 138 5F 25
Octal 270 5 225 0 141 23 34 470 137 45
Binary 10111000 101 10010101 0 1100001 10011 11100 100111000 1011111 100101

Color Harmonies of #B80595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80595

Black with #B80595

Text Example


Text Example

White with #B80595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80595; }

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

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

background-color css

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

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

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

border-color css

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

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

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