Html Css Color HEX #B43096 Medium Red Violet

📋 copy color: '#B43096'

red 180 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #B43096

Tints of Medium Red Violet #B43096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 47.62%
G = 12.7%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B43096 (or 0xB43096) is known color: Medium Red Violet. HEX triplet: B4, 30 and 96. RGB value is (180,48,150). Sum of RGB (Red+Green+Blue) = 180+48+150=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43096 is #4BCF69. Grayscale: #626262. Windows color (decimal): -4968298 or 9842868. OLE color: 9842868.

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

Color convert

RGB 180 48 150 -
CMYK 0 0.73 0.17 0.29
HSL 313.64º 0.58% 0.45% -
HSV(B) 313.64º 0.73% 0.71% -
XYZ 25.38 14.02 30.22 -
YUV 99.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 180 48 150 0 0.73 0.17 0.29 313.64 0.58 0.45
Hex B4 30 96 0 49 11 1D 13A 3A 2D
Octal 264 60 226 0 111 21 35 472 72 55
Binary 10110100 110000 10010110 0 1001001 10001 11101 100111010 111010 101101

Color Harmonies of #B43096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43096

Black with #B43096

Text Example


Text Example

White with #B43096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43096; }

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

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

background-color css

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

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

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

border-color css

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

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

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