Html Css Color HEX #B43E8D Medium Red Violet

📋 copy color: '#B43E8D'

red 180 ◦ green 62 ◦ blue 141

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

Shades of Medium Red Violet #B43E8D

Tints of Medium Red Violet #B43E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.19%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 47%
G = 16.19%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B43E8D (or 0xB43E8D) is known color: Medium Red Violet. HEX triplet: B4, 3E and 8D. RGB value is (180,62,141). Sum of RGB (Red+Green+Blue) = 180+62+141=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43E8D is #4BC172. Grayscale: #6A6A6A. Windows color (decimal): -4964723 or 9256628. OLE color: 9256628.

HSL color Cylindrical-coordinate representation of color #B43E8D: hue angle of 319.83º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E8D is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 62 141 -
CMYK 0 0.66 0.22 0.29
HSL 319.83º 0.49% 0.47% -
HSV(B) 319.83º 0.66% 0.71% -
XYZ 25.35 15.07 26.77 -
YUV 106.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 180 62 141 0 0.66 0.22 0.29 319.83 0.49 0.47
Hex B4 3E 8D 0 42 16 1D 140 31 2F
Octal 264 76 215 0 102 26 35 500 61 57
Binary 10110100 111110 10001101 0 1000010 10110 11101 101000000 110001 101111

Color Harmonies of #B43E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E8D

Black with #B43E8D

Text Example


Text Example

White with #B43E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E8D; }

 p { color: rgb(180,62,141); }

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

background-color css

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

 a { background-color: rgb(180,62,141); }

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

border-color css

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

 span { border-color: rgb(180,62,141); }

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