Html Css Color HEX #B42E8C Medium Red Violet

📋 copy color: '#B42E8C'

red 180 ◦ green 46 ◦ blue 140

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

Shades of Medium Red Violet #B42E8C

Tints of Medium Red Violet #B42E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 49.18%
G = 12.57%
B = 38.25%

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

#B42E8C (or 0xB42E8C) is known color: Medium Red Violet. HEX triplet: B4, 2E and 8C. RGB value is (180,46,140). Sum of RGB (Red+Green+Blue) = 180+46+140=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E8C is #4BD173. Grayscale: #606060. Windows color (decimal): -4968820 or 9186996. OLE color: 9186996.

HSL color Cylindrical-coordinate representation of color #B42E8C: hue angle of 317.91º 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 #B42E8C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 46 140 -
CMYK 0 0.74 0.22 0.29
HSL 317.91º 0.59% 0.44% -
HSV(B) 317.91º 0.74% 0.71% -
XYZ 24.53 13.55 26.13 -
YUV 96.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 180 46 140 0 0.74 0.22 0.29 317.91 0.59 0.44
Hex B4 2E 8C 0 4A 16 1D 13E 3B 2C
Octal 264 56 214 0 112 26 35 476 73 54
Binary 10110100 101110 10001100 0 1001010 10110 11101 100111110 111011 101100

Color Harmonies of #B42E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E8C

Black with #B42E8C

Text Example


Text Example

White with #B42E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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