Html Css Color HEX #B42D8C Medium Red Violet

📋 copy color: '#B42D8C'

red 180 ◦ green 45 ◦ blue 140

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

Shades of Medium Red Violet #B42D8C

Tints of Medium Red Violet #B42D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

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

R = 49.32%
G = 12.33%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B42D8C (or 0xB42D8C) is known color: Medium Red Violet. HEX triplet: B4, 2D and 8C. RGB value is (180,45,140). Sum of RGB (Red+Green+Blue) = 180+45+140=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D8C is #4BD273. Grayscale: #5F5F5F. Windows color (decimal): -4969076 or 9186740. OLE color: 9186740.

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

Color convert

RGB 180 45 140 -
CMYK 0 0.75 0.22 0.29
HSL 317.78º 0.6% 0.44% -
HSV(B) 317.78º 0.75% 0.71% -
XYZ 24.49 13.47 26.12 -
YUV 96.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 180 45 140 0 0.75 0.22 0.29 317.78 0.6 0.44
Hex B4 2D 8C 0 4B 16 1D 13E 3C 2C
Octal 264 55 214 0 113 26 35 476 74 54
Binary 10110100 101101 10001100 0 1001011 10110 11101 100111110 111100 101100

Color Harmonies of #B42D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D8C

Black with #B42D8C

Text Example


Text Example

White with #B42D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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