Html Css Color HEX #B42DA0 Medium Red Violet

📋 copy color: '#B42DA0'

red 180 ◦ green 45 ◦ blue 160

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

Shades of Medium Red Violet #B42DA0

Tints of Medium Red Violet #B42DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 46.75%
G = 11.69%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B42DA0 (or 0xB42DA0) is known color: Medium Red Violet. HEX triplet: B4, 2D and A0. RGB value is (180,45,160). Sum of RGB (Red+Green+Blue) = 180+45+160=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA0 is #4BD25F. Grayscale: #626262. Windows color (decimal): -4969056 or 10497460. OLE color: 10497460.

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

Color convert

RGB 180 45 160 -
CMYK 0 0.75 0.11 0.29
HSL 308.89º 0.6% 0.44% -
HSV(B) 308.89º 0.75% 0.71% -
XYZ 26.11 14.12 34.61 -
YUV 98.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 180 45 160 0 0.75 0.11 0.29 308.89 0.6 0.44
Hex B4 2D A0 0 4B B 1D 135 3C 2C
Octal 264 55 240 0 113 13 35 465 74 54
Binary 10110100 101101 10100000 0 1001011 1011 11101 100110101 111100 101100

Color Harmonies of #B42DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DA0

Black with #B42DA0

Text Example


Text Example

White with #B42DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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