Html Css Color HEX #B43686 Medium Red Violet

📋 copy color: '#B43686'

red 180 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #B43686

Tints of Medium Red Violet #B43686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 48.91%
G = 14.67%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B43686 (or 0xB43686) is known color: Medium Red Violet. HEX triplet: B4, 36 and 86. RGB value is (180,54,134). Sum of RGB (Red+Green+Blue) = 180+54+134=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B43686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43686 is #4BC979. Grayscale: #646464. Windows color (decimal): -4966778 or 8795828. OLE color: 8795828.

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

Color convert

RGB 180 54 134 -
CMYK 0 0.7 0.26 0.29
HSL 321.9º 0.54% 0.46% -
HSV(B) 321.9º 0.7% 0.71% -
XYZ 24.44 14.06 23.98 -
YUV 100.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 180 54 134 0 0.7 0.26 0.29 321.9 0.54 0.46
Hex B4 36 86 0 46 1A 1D 142 36 2E
Octal 264 66 206 0 106 32 35 502 66 56
Binary 10110100 110110 10000110 0 1000110 11010 11101 101000010 110110 101110

Color Harmonies of #B43686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43686

Black with #B43686

Text Example


Text Example

White with #B43686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43686; }

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

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

background-color css

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

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

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

border-color css

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

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

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