Html Css Color HEX #B4227C Medium Red Violet

📋 copy color: '#B4227C'

red 180 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #B4227C

Tints of Medium Red Violet #B4227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 53.25%
G = 10.06%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4227C (or 0xB4227C) is known color: Medium Red Violet. HEX triplet: B4, 22 and 7C. RGB value is (180,34,124). Sum of RGB (Red+Green+Blue) = 180+34+124=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4227C is #4BDD83. Grayscale: #575757. Windows color (decimal): -4971908 or 8135348. OLE color: 8135348.

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

Color convert

RGB 180 34 124 -
CMYK 0 0.81 0.31 0.29
HSL 323.01º 0.68% 0.42% -
HSV(B) 323.01º 0.81% 0.71% -
XYZ 23.03 12.3 20.23 -
YUV 87.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 180 34 124 0 0.81 0.31 0.29 323.01 0.68 0.42
Hex B4 22 7C 0 51 1F 1D 143 44 2A
Octal 264 42 174 0 121 37 35 503 104 52
Binary 10110100 100010 1111100 0 1010001 11111 11101 101000011 1000100 101010

Color Harmonies of #B4227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4227C

Black with #B4227C

Text Example


Text Example

White with #B4227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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