Html Css Color HEX #B43091 Medium Red Violet

📋 copy color: '#B43091'

red 180 ◦ green 48 ◦ blue 145

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

Shades of Medium Red Violet #B43091

Tints of Medium Red Violet #B43091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

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

R = 48.26%
G = 12.87%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B43091 (or 0xB43091) is known color: Medium Red Violet. HEX triplet: B4, 30 and 91. RGB value is (180,48,145). Sum of RGB (Red+Green+Blue) = 180+48+145=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B43091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43091 is #4BCF6E. Grayscale: #626262. Windows color (decimal): -4968303 or 9515188. OLE color: 9515188.

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

Color convert

RGB 180 48 145 -
CMYK 0 0.73 0.19 0.29
HSL 315.91º 0.58% 0.45% -
HSV(B) 315.91º 0.73% 0.71% -
XYZ 24.99 13.86 28.15 -
YUV 98.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 180 48 145 0 0.73 0.19 0.29 315.91 0.58 0.45
Hex B4 30 91 0 49 13 1D 13C 3A 2D
Octal 264 60 221 0 111 23 35 474 72 55
Binary 10110100 110000 10010001 0 1001001 10011 11101 100111100 111010 101101

Color Harmonies of #B43091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43091

Black with #B43091

Text Example


Text Example

White with #B43091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43091; }

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

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

background-color css

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

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

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

border-color css

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

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

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