Html Css Color HEX #B42586 Medium Red Violet

📋 copy color: '#B42586'

red 180 ◦ green 37 ◦ blue 134

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

Shades of Medium Red Violet #B42586

Tints of Medium Red Violet #B42586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 51.28%
G = 10.54%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B42586 (or 0xB42586) is known color: Medium Red Violet. HEX triplet: B4, 25 and 86. RGB value is (180,37,134). Sum of RGB (Red+Green+Blue) = 180+37+134=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B42586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42586 is #4BDA79. Grayscale: #5A5A5A. Windows color (decimal): -4971130 or 8791476. OLE color: 8791476.

HSL color Cylindrical-coordinate representation of color #B42586: hue angle of 319.3º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42586 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 134 -
CMYK 0 0.79 0.26 0.29
HSL 319.3º 0.66% 0.43% -
HSV(B) 319.3º 0.79% 0.71% -
XYZ 23.79 12.75 23.76 -
YUV 90.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 180 37 134 0 0.79 0.26 0.29 319.3 0.66 0.43
Hex B4 25 86 0 4F 1A 1D 13F 42 2B
Octal 264 45 206 0 117 32 35 477 102 53
Binary 10110100 100101 10000110 0 1001111 11010 11101 100111111 1000010 101011

Color Harmonies of #B42586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42586

Black with #B42586

Text Example


Text Example

White with #B42586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42586; }

 p { color: rgb(180,37,134); }

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

background-color css

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

 a { background-color: rgb(180,37,134); }

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

border-color css

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

 span { border-color: rgb(180,37,134); }

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