Html Css Color HEX #B42C9D Medium Red Violet

📋 copy color: '#B42C9D'

red 180 ◦ green 44 ◦ blue 157

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

Shades of Medium Red Violet #B42C9D

Tints of Medium Red Violet #B42C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.55%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 47.24%
G = 11.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B42C9D (or 0xB42C9D) is known color: Medium Red Violet. HEX triplet: B4, 2C and 9D. RGB value is (180,44,157). Sum of RGB (Red+Green+Blue) = 180+44+157=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C9D is #4BD362. Grayscale: #616161. Windows color (decimal): -4969315 or 10300596. OLE color: 10300596.

HSL color Cylindrical-coordinate representation of color #B42C9D: hue angle of 310.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C9D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 44 157 -
CMYK 0 0.76 0.13 0.29
HSL 310.15º 0.61% 0.44% -
HSV(B) 310.15º 0.76% 0.71% -
XYZ 25.81 13.94 33.23 -
YUV 97.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 180 44 157 0 0.76 0.13 0.29 310.15 0.61 0.44
Hex B4 2C 9D 0 4C D 1D 136 3D 2C
Octal 264 54 235 0 114 15 35 466 75 54
Binary 10110100 101100 10011101 0 1001100 1101 11101 100110110 111101 101100

Color Harmonies of #B42C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C9D

Black with #B42C9D

Text Example


Text Example

White with #B42C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C9D; }

 p { color: rgb(180,44,157); }

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

background-color css

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

 a { background-color: rgb(180,44,157); }

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

border-color css

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

 span { border-color: rgb(180,44,157); }

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