Html Css Color HEX #B43E8F Medium Red Violet

📋 copy color: '#B43E8F'

red 180 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #B43E8F

Tints of Medium Red Violet #B43E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 46.75%
G = 16.1%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B43E8F (or 0xB43E8F) is known color: Medium Red Violet. HEX triplet: B4, 3E and 8F. RGB value is (180,62,143). Sum of RGB (Red+Green+Blue) = 180+62+143=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43E8F is #4BC170. Grayscale: #6A6A6A. Windows color (decimal): -4964721 or 9387700. OLE color: 9387700.

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

Color convert

RGB 180 62 143 -
CMYK 0 0.66 0.21 0.29
HSL 318.81º 0.49% 0.47% -
HSV(B) 318.81º 0.66% 0.71% -
XYZ 25.5 15.13 27.56 -
YUV 106.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 180 62 143 0 0.66 0.21 0.29 318.81 0.49 0.47
Hex B4 3E 8F 0 42 15 1D 13F 31 2F
Octal 264 76 217 0 102 25 35 477 61 57
Binary 10110100 111110 10001111 0 1000010 10101 11101 100111111 110001 101111

Color Harmonies of #B43E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E8F

Black with #B43E8F

Text Example


Text Example

White with #B43E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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