Html Css Color HEX #B43B8F Medium Red Violet

📋 copy color: '#B43B8F'

red 180 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #B43B8F

Tints of Medium Red Violet #B43B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

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

R = 47.12%
G = 15.45%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B43B8F (or 0xB43B8F) is known color: Medium Red Violet. HEX triplet: B4, 3B and 8F. RGB value is (180,59,143). Sum of RGB (Red+Green+Blue) = 180+59+143=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B8F is #4BC470. Grayscale: #686868. Windows color (decimal): -4965489 or 9386932. OLE color: 9386932.

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

Color convert

RGB 180 59 143 -
CMYK 0 0.67 0.21 0.29
HSL 318.35º 0.51% 0.47% -
HSV(B) 318.35º 0.67% 0.71% -
XYZ 25.34 14.81 27.51 -
YUV 104.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 180 59 143 0 0.67 0.21 0.29 318.35 0.51 0.47
Hex B4 3B 8F 0 43 15 1D 13E 33 2F
Octal 264 73 217 0 103 25 35 476 63 57
Binary 10110100 111011 10001111 0 1000011 10101 11101 100111110 110011 101111

Color Harmonies of #B43B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B8F

Black with #B43B8F

Text Example


Text Example

White with #B43B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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