Html Css Color HEX #B7227C Medium Red Violet

📋 copy color: '#B7227C'

red 183 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #B7227C

Tints of Medium Red Violet #B7227C

RGB

 RED value IS 183 (71.88% from 255) = 53.67%

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

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

R = 53.67%
G = 9.97%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7227C (or 0xB7227C) is known color: Medium Red Violet. HEX triplet: B7, 22 and 7C. RGB value is (183,34,124). Sum of RGB (Red+Green+Blue) = 183+34+124=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7227C is #48DD83. Grayscale: #585858. Windows color (decimal): -4775300 or 8135351. OLE color: 8135351.

HSL color Cylindrical-coordinate representation of color #B7227C: hue angle of 323.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7227C is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 124 -
CMYK 0 0.81 0.32 0.28
HSL 323.76º 0.69% 0.43% -
HSV(B) 323.76º 0.81% 0.72% -
XYZ 23.74 12.67 20.26 -
YUV 88.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 183 34 124 0 0.81 0.32 0.28 323.76 0.69 0.43
Hex B7 22 7C 0 51 20 1C 144 45 2B
Octal 267 42 174 0 121 40 34 504 105 53
Binary 10110111 100010 1111100 0 1010001 100000 11100 101000100 1000101 101011

Color Harmonies of #B7227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7227C

Black with #B7227C

Text Example


Text Example

White with #B7227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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