Html Css Color HEX #B43F9F Medium Red Violet

📋 copy color: '#B43F9F'

red 180 ◦ green 63 ◦ blue 159

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

Shades of Medium Red Violet #B43F9F

Tints of Medium Red Violet #B43F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 44.78%
G = 15.67%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B43F9F (or 0xB43F9F) is known color: Medium Red Violet. HEX triplet: B4, 3F and 9F. RGB value is (180,63,159). Sum of RGB (Red+Green+Blue) = 180+63+159=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43F9F is #4BC060. Grayscale: #6C6C6C. Windows color (decimal): -4964449 or 10436532. OLE color: 10436532.

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

Color convert

RGB 180 63 159 -
CMYK 0 0.65 0.12 0.29
HSL 310.77º 0.48% 0.48% -
HSV(B) 310.77º 0.65% 0.71% -
XYZ 26.86 15.76 34.43 -
YUV 108.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 180 63 159 0 0.65 0.12 0.29 310.77 0.48 0.48
Hex B4 3F 9F 0 41 C 1D 137 30 30
Octal 264 77 237 0 101 14 35 467 60 60
Binary 10110100 111111 10011111 0 1000001 1100 11101 100110111 110000 110000

Color Harmonies of #B43F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F9F

Black with #B43F9F

Text Example


Text Example

White with #B43F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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