Html Css Color HEX #B42395 Medium Red Violet

📋 copy color: '#B42395'

red 180 ◦ green 35 ◦ blue 149

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

Shades of Medium Red Violet #B42395

Tints of Medium Red Violet #B42395

RGB

 RED value IS 180 (70.7% from 255) = 49.45%

 GREEN value IS 35 (14.06% from 255) = 9.62%

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

R = 49.45%
G = 9.62%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B42395 (or 0xB42395) is known color: Medium Red Violet. HEX triplet: B4, 23 and 95. RGB value is (180,35,149). Sum of RGB (Red+Green+Blue) = 180+35+149=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B42395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42395 is #4BDC6A. Grayscale: #5B5B5B. Windows color (decimal): -4971627 or 9774004. OLE color: 9774004.

HSL color Cylindrical-coordinate representation of color #B42395: hue angle of 312.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42395 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 149 -
CMYK 0 0.81 0.17 0.29
HSL 312.83º 0.67% 0.42% -
HSV(B) 312.83º 0.81% 0.71% -
XYZ 24.85 13.08 29.65 -
YUV 91.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 180 35 149 0 0.81 0.17 0.29 312.83 0.67 0.42
Hex B4 23 95 0 51 11 1D 139 43 2A
Octal 264 43 225 0 121 21 35 471 103 52
Binary 10110100 100011 10010101 0 1010001 10001 11101 100111001 1000011 101010

Color Harmonies of #B42395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42395

Black with #B42395

Text Example


Text Example

White with #B42395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42395; }

 p { color: rgb(180,35,149); }

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

background-color css

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

 a { background-color: rgb(180,35,149); }

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

border-color css

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

 span { border-color: rgb(180,35,149); }

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