Html Css Color HEX #B42D8A Medium Red Violet

📋 copy color: '#B42D8A'

red 180 ◦ green 45 ◦ blue 138

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

Shades of Medium Red Violet #B42D8A

Tints of Medium Red Violet #B42D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 49.59%
G = 12.4%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B42D8A (or 0xB42D8A) is known color: Medium Red Violet. HEX triplet: B4, 2D and 8A. RGB value is (180,45,138). Sum of RGB (Red+Green+Blue) = 180+45+138=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D8A is #4BD275. Grayscale: #5F5F5F. Windows color (decimal): -4969078 or 9055668. OLE color: 9055668.

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

Color convert

RGB 180 45 138 -
CMYK 0 0.75 0.23 0.29
HSL 318.67º 0.6% 0.44% -
HSV(B) 318.67º 0.75% 0.71% -
XYZ 24.35 13.42 25.35 -
YUV 95.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 180 45 138 0 0.75 0.23 0.29 318.67 0.6 0.44
Hex B4 2D 8A 0 4B 17 1D 13F 3C 2C
Octal 264 55 212 0 113 27 35 477 74 54
Binary 10110100 101101 10001010 0 1001011 10111 11101 100111111 111100 101100

Color Harmonies of #B42D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D8A

Black with #B42D8A

Text Example


Text Example

White with #B42D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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