Html Css Color HEX #B43F99 Medium Red Violet

📋 copy color: '#B43F99'

red 180 ◦ green 63 ◦ blue 153

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

Shades of Medium Red Violet #B43F99

Tints of Medium Red Violet #B43F99

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 45.45%
G = 15.91%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B43F99 (or 0xB43F99) is known color: Medium Red Violet. HEX triplet: B4, 3F and 99. RGB value is (180,63,153). Sum of RGB (Red+Green+Blue) = 180+63+153=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43F99 is #4BC066. Grayscale: #6B6B6B. Windows color (decimal): -4964455 or 10043316. OLE color: 10043316.

HSL color Cylindrical-coordinate representation of color #B43F99: hue angle of 313.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43F99 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 153 -
CMYK 0 0.65 0.15 0.29
HSL 313.85º 0.48% 0.48% -
HSV(B) 313.85º 0.65% 0.71% -
XYZ 26.35 15.56 31.75 -
YUV 108.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 180 63 153 0 0.65 0.15 0.29 313.85 0.48 0.48
Hex B4 3F 99 0 41 F 1D 13A 30 30
Octal 264 77 231 0 101 17 35 472 60 60
Binary 10110100 111111 10011001 0 1000001 1111 11101 100111010 110000 110000

Color Harmonies of #B43F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F99

Black with #B43F99

Text Example


Text Example

White with #B43F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F99; }

 p { color: rgb(180,63,153); }

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

background-color css

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

 a { background-color: rgb(180,63,153); }

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

border-color css

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

 span { border-color: rgb(180,63,153); }

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