Html Css Color HEX #B43486 Medium Red Violet

📋 copy color: '#B43486'

red 180 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #B43486

Tints of Medium Red Violet #B43486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

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

R = 49.18%
G = 14.21%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B43486 (or 0xB43486) is known color: Medium Red Violet. HEX triplet: B4, 34 and 86. RGB value is (180,52,134). Sum of RGB (Red+Green+Blue) = 180+52+134=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B43486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43486 is #4BCB79. Grayscale: #636363. Windows color (decimal): -4967290 or 8795316. OLE color: 8795316.

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

Color convert

RGB 180 52 134 -
CMYK 0 0.71 0.26 0.29
HSL 321.56º 0.55% 0.45% -
HSV(B) 321.56º 0.71% 0.71% -
XYZ 24.35 13.88 23.95 -
YUV 99.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 180 52 134 0 0.71 0.26 0.29 321.56 0.55 0.45
Hex B4 34 86 0 47 1A 1D 142 37 2D
Octal 264 64 206 0 107 32 35 502 67 55
Binary 10110100 110100 10000110 0 1000111 11010 11101 101000010 110111 101101

Color Harmonies of #B43486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43486

Black with #B43486

Text Example


Text Example

White with #B43486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43486; }

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

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

background-color css

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

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

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

border-color css

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

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

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