Html Css Color HEX #B42E9F Medium Red Violet

📋 copy color: '#B42E9F'

red 180 ◦ green 46 ◦ blue 159

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

Shades of Medium Red Violet #B42E9F

Tints of Medium Red Violet #B42E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 46.75%
G = 11.95%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B42E9F (or 0xB42E9F) is known color: Medium Red Violet. HEX triplet: B4, 2E and 9F. RGB value is (180,46,159). Sum of RGB (Red+Green+Blue) = 180+46+159=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E9F is #4BD160. Grayscale: #626262. Windows color (decimal): -4968801 or 10432180. OLE color: 10432180.

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

Color convert

RGB 180 46 159 -
CMYK 0 0.74 0.12 0.29
HSL 309.4º 0.59% 0.44% -
HSV(B) 309.4º 0.74% 0.71% -
XYZ 26.06 14.16 34.16 -
YUV 98.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 180 46 159 0 0.74 0.12 0.29 309.4 0.59 0.44
Hex B4 2E 9F 0 4A C 1D 135 3B 2C
Octal 264 56 237 0 112 14 35 465 73 54
Binary 10110100 101110 10011111 0 1001010 1100 11101 100110101 111011 101100

Color Harmonies of #B42E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E9F

Black with #B42E9F

Text Example


Text Example

White with #B42E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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