Html Css Color HEX #B22C8D Medium Red Violet

📋 copy color: '#B22C8D'

red 178 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #B22C8D

Tints of Medium Red Violet #B22C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 49.04%
G = 12.12%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B22C8D (or 0xB22C8D) is known color: Medium Red Violet. HEX triplet: B2, 2C and 8D. RGB value is (178,44,141). Sum of RGB (Red+Green+Blue) = 178+44+141=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22C8D is #4DD372. Grayscale: #5E5E5E. Windows color (decimal): -5100403 or 9252018. OLE color: 9252018.

HSL color Cylindrical-coordinate representation of color #B22C8D: hue angle of 316.57º 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 #B22C8D is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 141 -
CMYK 0 0.75 0.21 0.30
HSL 316.57º 0.6% 0.44% -
HSV(B) 316.57º 0.75% 0.7% -
XYZ 24.07 13.19 26.48 -
YUV 95.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 178 44 141 0 0.75 0.21 0.30 316.57 0.6 0.44
Hex B2 2C 8D 0 4B 15 1E 13D 3C 2C
Octal 262 54 215 0 113 25 36 475 74 54
Binary 10110010 101100 10001101 0 1001011 10101 11110 100111101 111100 101100

Color Harmonies of #B22C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C8D

Black with #B22C8D

Text Example


Text Example

White with #B22C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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