Html Css Color HEX #B43991 Medium Red Violet

📋 copy color: '#B43991'

red 180 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #B43991

Tints of Medium Red Violet #B43991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 47.12%
G = 14.92%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B43991 (or 0xB43991) is known color: Medium Red Violet. HEX triplet: B4, 39 and 91. RGB value is (180,57,145). Sum of RGB (Red+Green+Blue) = 180+57+145=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B43991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43991 is #4BC66E. Grayscale: #676767. Windows color (decimal): -4965999 or 9517492. OLE color: 9517492.

HSL color Cylindrical-coordinate representation of color #B43991: hue angle of 317.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43991 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 57 145 -
CMYK 0 0.68 0.19 0.29
HSL 317.07º 0.52% 0.46% -
HSV(B) 317.07º 0.68% 0.71% -
XYZ 25.4 14.67 28.28 -
YUV 103.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 180 57 145 0 0.68 0.19 0.29 317.07 0.52 0.46
Hex B4 39 91 0 44 13 1D 13D 34 2E
Octal 264 71 221 0 104 23 35 475 64 56
Binary 10110100 111001 10010001 0 1000100 10011 11101 100111101 110100 101110

Color Harmonies of #B43991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43991

Black with #B43991

Text Example


Text Example

White with #B43991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43991; }

 p { color: rgb(180,57,145); }

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

background-color css

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

 a { background-color: rgb(180,57,145); }

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

border-color css

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

 span { border-color: rgb(180,57,145); }

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