Html Css Color HEX #B43099 Medium Red Violet

📋 copy color: '#B43099'

red 180 ◦ green 48 ◦ blue 153

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

Shades of Medium Red Violet #B43099

Tints of Medium Red Violet #B43099

RGB

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

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

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

R = 47.24%
G = 12.6%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B43099 (or 0xB43099) is known color: Medium Red Violet. HEX triplet: B4, 30 and 99. RGB value is (180,48,153). Sum of RGB (Red+Green+Blue) = 180+48+153=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43099 is #4BCF66. Grayscale: #636363. Windows color (decimal): -4968295 or 10039476. OLE color: 10039476.

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

Color convert

RGB 180 48 153 -
CMYK 0 0.73 0.15 0.29
HSL 312.27º 0.58% 0.45% -
HSV(B) 312.27º 0.73% 0.71% -
XYZ 25.63 14.12 31.51 -
YUV 99.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 180 48 153 0 0.73 0.15 0.29 312.27 0.58 0.45
Hex B4 30 99 0 49 F 1D 138 3A 2D
Octal 264 60 231 0 111 17 35 470 72 55
Binary 10110100 110000 10011001 0 1001001 1111 11101 100111000 111010 101101

Color Harmonies of #B43099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43099

Black with #B43099

Text Example


Text Example

White with #B43099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43099; }

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

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

background-color css

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

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

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

border-color css

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

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

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