Html Css Color HEX #B43097 Medium Red Violet

📋 copy color: '#B43097'

red 180 ◦ green 48 ◦ blue 151

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

Shades of Medium Red Violet #B43097

Tints of Medium Red Violet #B43097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 47.49%
G = 12.66%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B43097 (or 0xB43097) is known color: Medium Red Violet. HEX triplet: B4, 30 and 97. RGB value is (180,48,151). Sum of RGB (Red+Green+Blue) = 180+48+151=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B43097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43097 is #4BCF68. Grayscale: #626262. Windows color (decimal): -4968297 or 9908404. OLE color: 9908404.

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

Color convert

RGB 180 48 151 -
CMYK 0 0.73 0.16 0.29
HSL 313.18º 0.58% 0.45% -
HSV(B) 313.18º 0.73% 0.71% -
XYZ 25.47 14.05 30.65 -
YUV 99.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 180 48 151 0 0.73 0.16 0.29 313.18 0.58 0.45
Hex B4 30 97 0 49 10 1D 139 3A 2D
Octal 264 60 227 0 111 20 35 471 72 55
Binary 10110100 110000 10010111 0 1001001 10000 11101 100111001 111010 101101

Color Harmonies of #B43097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43097

Black with #B43097

Text Example


Text Example

White with #B43097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43097; }

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

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

background-color css

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

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

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

border-color css

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

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

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