Html Css Color HEX #B43986 Medium Red Violet

📋 copy color: '#B43986'

red 180 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #B43986

Tints of Medium Red Violet #B43986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

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

R = 48.52%
G = 15.36%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B43986 (or 0xB43986) is known color: Medium Red Violet. HEX triplet: B4, 39 and 86. RGB value is (180,57,134). Sum of RGB (Red+Green+Blue) = 180+57+134=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B43986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43986 is #4BC679. Grayscale: #666666. Windows color (decimal): -4966010 or 8796596. OLE color: 8796596.

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

Color convert

RGB 180 57 134 -
CMYK 0 0.68 0.26 0.29
HSL 322.44º 0.52% 0.46% -
HSV(B) 322.44º 0.68% 0.71% -
XYZ 24.59 14.35 24.03 -
YUV 102.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 180 57 134 0 0.68 0.26 0.29 322.44 0.52 0.46
Hex B4 39 86 0 44 1A 1D 142 34 2E
Octal 264 71 206 0 104 32 35 502 64 56
Binary 10110100 111001 10000110 0 1000100 11010 11101 101000010 110100 101110

Color Harmonies of #B43986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43986

Black with #B43986

Text Example


Text Example

White with #B43986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43986; }

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

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

background-color css

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

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

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

border-color css

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

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

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