Html Css Color HEX #B43386 Medium Red Violet

📋 copy color: '#B43386'

red 180 ◦ green 51 ◦ blue 134

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

Shades of Medium Red Violet #B43386

Tints of Medium Red Violet #B43386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 49.32%
G = 13.97%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B43386 (or 0xB43386) is known color: Medium Red Violet. HEX triplet: B4, 33 and 86. RGB value is (180,51,134). Sum of RGB (Red+Green+Blue) = 180+51+134=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43386 is #4BCC79. Grayscale: #626262. Windows color (decimal): -4967546 or 8795060. OLE color: 8795060.

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

Color convert

RGB 180 51 134 -
CMYK 0 0.72 0.26 0.29
HSL 321.4º 0.56% 0.45% -
HSV(B) 321.4º 0.72% 0.71% -
XYZ 24.31 13.79 23.94 -
YUV 99.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 180 51 134 0 0.72 0.26 0.29 321.4 0.56 0.45
Hex B4 33 86 0 48 1A 1D 141 38 2D
Octal 264 63 206 0 110 32 35 501 70 55
Binary 10110100 110011 10000110 0 1001000 11010 11101 101000001 111000 101101

Color Harmonies of #B43386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43386

Black with #B43386

Text Example


Text Example

White with #B43386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43386; }

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

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

background-color css

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

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

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

border-color css

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

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

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