Html Css Color HEX #B22E8C Medium Red Violet

📋 copy color: '#B22E8C'

red 178 ◦ green 46 ◦ blue 140

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

Shades of Medium Red Violet #B22E8C

Tints of Medium Red Violet #B22E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.64%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 48.9%
G = 12.64%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B22E8C (or 0xB22E8C) is known color: Medium Red Violet. HEX triplet: B2, 2E and 8C. RGB value is (178,46,140). Sum of RGB (Red+Green+Blue) = 178+46+140=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22E8C is #4DD173. Grayscale: #5F5F5F. Windows color (decimal): -5099892 or 9186994. OLE color: 9186994.

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

Color convert

RGB 178 46 140 -
CMYK 0 0.74 0.21 0.30
HSL 317.27º 0.59% 0.44% -
HSV(B) 317.27º 0.74% 0.7% -
XYZ 24.07 13.31 26.11 -
YUV 96.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 178 46 140 0 0.74 0.21 0.30 317.27 0.59 0.44
Hex B2 2E 8C 0 4A 15 1E 13D 3B 2C
Octal 262 56 214 0 112 25 36 475 73 54
Binary 10110010 101110 10001100 0 1001010 10101 11110 100111101 111011 101100

Color Harmonies of #B22E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E8C

Black with #B22E8C

Text Example


Text Example

White with #B22E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E8C; }

 p { color: rgb(178,46,140); }

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

background-color css

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

 a { background-color: rgb(178,46,140); }

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

border-color css

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

 span { border-color: rgb(178,46,140); }

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