Html Css Color HEX #B43297 Medium Red Violet

📋 copy color: '#B43297'

red 180 ◦ green 50 ◦ blue 151

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

Shades of Medium Red Violet #B43297

Tints of Medium Red Violet #B43297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

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

R = 47.24%
G = 13.12%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B43297 (or 0xB43297) is known color: Medium Red Violet. HEX triplet: B4, 32 and 97. RGB value is (180,50,151). Sum of RGB (Red+Green+Blue) = 180+50+151=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43297 is #4BCD68. Grayscale: #646464. Windows color (decimal): -4967785 or 9908916. OLE color: 9908916.

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

Color convert

RGB 180 50 151 -
CMYK 0 0.72 0.16 0.29
HSL 313.38º 0.57% 0.45% -
HSV(B) 313.38º 0.72% 0.71% -
XYZ 25.55 14.22 30.68 -
YUV 100.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 180 50 151 0 0.72 0.16 0.29 313.38 0.57 0.45
Hex B4 32 97 0 48 10 1D 139 39 2D
Octal 264 62 227 0 110 20 35 471 71 55
Binary 10110100 110010 10010111 0 1001000 10000 11101 100111001 111001 101101

Color Harmonies of #B43297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43297

Black with #B43297

Text Example


Text Example

White with #B43297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43297; }

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

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

background-color css

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

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

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

border-color css

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

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

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