Html Css Color HEX #B43690 Medium Red Violet

📋 copy color: '#B43690'

red 180 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #B43690

Tints of Medium Red Violet #B43690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B43690 (or 0xB43690) is known color: Medium Red Violet. HEX triplet: B4, 36 and 90. RGB value is (180,54,144). Sum of RGB (Red+Green+Blue) = 180+54+144=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43690 is #4BC96F. Grayscale: #656565. Windows color (decimal): -4966768 or 9451188. OLE color: 9451188.

HSL color Cylindrical-coordinate representation of color #B43690: hue angle of 317.14º 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 #B43690 is Cyan = 0, Magento = 0.7, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 144 -
CMYK 0 0.7 0.2 0.29
HSL 317.14º 0.54% 0.46% -
HSV(B) 317.14º 0.7% 0.71% -
XYZ 25.18 14.36 27.83 -
YUV 101.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 180 54 144 0 0.7 0.2 0.29 317.14 0.54 0.46
Hex B4 36 90 0 46 14 1D 13D 36 2E
Octal 264 66 220 0 106 24 35 475 66 56
Binary 10110100 110110 10010000 0 1000110 10100 11101 100111101 110110 101110

Color Harmonies of #B43690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43690

Black with #B43690

Text Example


Text Example

White with #B43690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43690; }

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

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

background-color css

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

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

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

border-color css

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

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

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