Html Css Color HEX #B22884 Medium Red Violet

📋 copy color: '#B22884'

red 178 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #B22884

Tints of Medium Red Violet #B22884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 50.86%
G = 11.43%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B22884 (or 0xB22884) is known color: Medium Red Violet. HEX triplet: B2, 28 and 84. RGB value is (178,40,132). Sum of RGB (Red+Green+Blue) = 178+40+132=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B22884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22884 is #4DD77B. Grayscale: #5B5B5B. Windows color (decimal): -5101436 or 8661170. OLE color: 8661170.

HSL color Cylindrical-coordinate representation of color #B22884: hue angle of 320º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22884 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 132 -
CMYK 0 0.78 0.26 0.30
HSL 320º 0.63% 0.43% -
HSV(B) 320º 0.78% 0.7% -
XYZ 23.28 12.65 23.04 -
YUV 91.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 178 40 132 0 0.78 0.26 0.30 320 0.63 0.43
Hex B2 28 84 0 4E 1A 1E 140 3F 2B
Octal 262 50 204 0 116 32 36 500 77 53
Binary 10110010 101000 10000100 0 1001110 11010 11110 101000000 111111 101011

Color Harmonies of #B22884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22884

Black with #B22884

Text Example


Text Example

White with #B22884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22884; }

 p { color: rgb(178,40,132); }

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

background-color css

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

 a { background-color: rgb(178,40,132); }

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

border-color css

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

 span { border-color: rgb(178,40,132); }

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