Html Css Color HEX #B42297 Medium Red Violet

📋 copy color: '#B42297'

red 180 ◦ green 34 ◦ blue 151

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

Shades of Medium Red Violet #B42297

Tints of Medium Red Violet #B42297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

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

R = 49.32%
G = 9.32%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B42297 (or 0xB42297) is known color: Medium Red Violet. HEX triplet: B4, 22 and 97. RGB value is (180,34,151). Sum of RGB (Red+Green+Blue) = 180+34+151=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42297 is #4BDD68. Grayscale: #5A5A5A. Windows color (decimal): -4971881 or 9904820. OLE color: 9904820.

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

Color convert

RGB 180 34 151 -
CMYK 0 0.81 0.16 0.29
HSL 311.92º 0.68% 0.42% -
HSV(B) 311.92º 0.81% 0.71% -
XYZ 24.98 13.08 30.49 -
YUV 90.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 180 34 151 0 0.81 0.16 0.29 311.92 0.68 0.42
Hex B4 22 97 0 51 10 1D 138 44 2A
Octal 264 42 227 0 121 20 35 470 104 52
Binary 10110100 100010 10010111 0 1010001 10000 11101 100111000 1000100 101010

Color Harmonies of #B42297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42297

Black with #B42297

Text Example


Text Example

White with #B42297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42297; }

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

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

background-color css

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

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

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

border-color css

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

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

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