Html Css Color HEX #B43A8C Medium Red Violet

📋 copy color: '#B43A8C'

red 180 ◦ green 58 ◦ blue 140

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

Shades of Medium Red Violet #B43A8C

Tints of Medium Red Violet #B43A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 47.62%
G = 15.34%
B = 37.04%

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

#B43A8C (or 0xB43A8C) is known color: Medium Red Violet. HEX triplet: B4, 3A and 8C. RGB value is (180,58,140). Sum of RGB (Red+Green+Blue) = 180+58+140=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A8C is #4BC573. Grayscale: #676767. Windows color (decimal): -4965748 or 9190068. OLE color: 9190068.

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

Color convert

RGB 180 58 140 -
CMYK 0 0.68 0.22 0.29
HSL 319.67º 0.51% 0.47% -
HSV(B) 319.67º 0.68% 0.71% -
XYZ 25.07 14.62 26.31 -
YUV 103.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 180 58 140 0 0.68 0.22 0.29 319.67 0.51 0.47
Hex B4 3A 8C 0 44 16 1D 140 33 2F
Octal 264 72 214 0 104 26 35 500 63 57
Binary 10110100 111010 10001100 0 1000100 10110 11101 101000000 110011 101111

Color Harmonies of #B43A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A8C

Black with #B43A8C

Text Example


Text Example

White with #B43A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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