Html Css Color HEX #B43A8D Medium Red Violet

📋 copy color: '#B43A8D'

red 180 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #B43A8D

Tints of Medium Red Violet #B43A8D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 47.49%
G = 15.3%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B43A8D (or 0xB43A8D) is known color: Medium Red Violet. HEX triplet: B4, 3A and 8D. RGB value is (180,58,141). Sum of RGB (Red+Green+Blue) = 180+58+141=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A8D is #4BC572. Grayscale: #676767. Windows color (decimal): -4965747 or 9255604. OLE color: 9255604.

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

Color convert

RGB 180 58 141 -
CMYK 0 0.68 0.22 0.29
HSL 319.18º 0.51% 0.47% -
HSV(B) 319.18º 0.68% 0.71% -
XYZ 25.14 14.65 26.7 -
YUV 103.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 180 58 141 0 0.68 0.22 0.29 319.18 0.51 0.47
Hex B4 3A 8D 0 44 16 1D 13F 33 2F
Octal 264 72 215 0 104 26 35 477 63 57
Binary 10110100 111010 10001101 0 1000100 10110 11101 100111111 110011 101111

Color Harmonies of #B43A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A8D

Black with #B43A8D

Text Example


Text Example

White with #B43A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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