Html Css Color HEX #B42E8D Medium Red Violet

📋 copy color: '#B42E8D'

red 180 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #B42E8D

Tints of Medium Red Violet #B42E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.53%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 49.05%
G = 12.53%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B42E8D (or 0xB42E8D) is known color: Medium Red Violet. HEX triplet: B4, 2E and 8D. RGB value is (180,46,141). Sum of RGB (Red+Green+Blue) = 180+46+141=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E8D is #4BD172. Grayscale: #606060. Windows color (decimal): -4968819 or 9252532. OLE color: 9252532.

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

Color convert

RGB 180 46 141 -
CMYK 0 0.74 0.22 0.29
HSL 317.46º 0.59% 0.44% -
HSV(B) 317.46º 0.74% 0.71% -
XYZ 24.61 13.58 26.52 -
YUV 96.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 180 46 141 0 0.74 0.22 0.29 317.46 0.59 0.44
Hex B4 2E 8D 0 4A 16 1D 13D 3B 2C
Octal 264 56 215 0 112 26 35 475 73 54
Binary 10110100 101110 10001101 0 1001010 10110 11101 100111101 111011 101100

Color Harmonies of #B42E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E8D

Black with #B42E8D

Text Example


Text Example

White with #B42E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E8D; }

 p { color: rgb(180,46,141); }

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

background-color css

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

 a { background-color: rgb(180,46,141); }

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

border-color css

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

 span { border-color: rgb(180,46,141); }

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