Html Css Color HEX #B22C7D Medium Red Violet

📋 copy color: '#B22C7D'

red 178 ◦ green 44 ◦ blue 125

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

Shades of Medium Red Violet #B22C7D

Tints of Medium Red Violet #B22C7D

RGB

 RED value IS 178 (69.92% from 255) = 51.3%

 GREEN value IS 44 (17.58% from 255) = 12.68%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 51.3%
G = 12.68%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B22C7D (or 0xB22C7D) is known color: Medium Red Violet. HEX triplet: B2, 2C and 7D. RGB value is (178,44,125). Sum of RGB (Red+Green+Blue) = 178+44+125=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C7D is #4DD382. Grayscale: #5D5D5D. Windows color (decimal): -5100419 or 8203442. OLE color: 8203442.

HSL color Cylindrical-coordinate representation of color #B22C7D: hue angle of 323.73º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C7D is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 125 -
CMYK 0 0.75 0.30 0.30
HSL 323.73º 0.6% 0.44% -
HSV(B) 323.73º 0.75% 0.7% -
XYZ 22.96 12.75 20.65 -
YUV 93.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 178 44 125 0 0.75 0.30 0.30 323.73 0.6 0.44
Hex B2 2C 7D 0 4B 1E 1E 144 3C 2C
Octal 262 54 175 0 113 36 36 504 74 54
Binary 10110010 101100 1111101 0 1001011 11110 11110 101000100 111100 101100

Color Harmonies of #B22C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C7D

Black with #B22C7D

Text Example


Text Example

White with #B22C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C7D; }

 p { color: rgb(178,44,125); }

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

background-color css

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

 a { background-color: rgb(178,44,125); }

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

border-color css

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

 span { border-color: rgb(178,44,125); }

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