Html Css Color HEX #B42D8F Medium Red Violet

📋 copy color: '#B42D8F'

red 180 ◦ green 45 ◦ blue 143

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

Shades of Medium Red Violet #B42D8F

Tints of Medium Red Violet #B42D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 48.91%
G = 12.23%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B42D8F (or 0xB42D8F) is known color: Medium Red Violet. HEX triplet: B4, 2D and 8F. RGB value is (180,45,143). Sum of RGB (Red+Green+Blue) = 180+45+143=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D8F is #4BD270. Grayscale: #606060. Windows color (decimal): -4969073 or 9383348. OLE color: 9383348.

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

Color convert

RGB 180 45 143 -
CMYK 0 0.75 0.21 0.29
HSL 316.44º 0.6% 0.44% -
HSV(B) 316.44º 0.75% 0.71% -
XYZ 24.72 13.56 27.3 -
YUV 96.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 180 45 143 0 0.75 0.21 0.29 316.44 0.6 0.44
Hex B4 2D 8F 0 4B 15 1D 13C 3C 2C
Octal 264 55 217 0 113 25 35 474 74 54
Binary 10110100 101101 10001111 0 1001011 10101 11101 100111100 111100 101100

Color Harmonies of #B42D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D8F

Black with #B42D8F

Text Example


Text Example

White with #B42D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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