Html Css Color HEX #B22584 Medium Red Violet

📋 copy color: '#B22584'

red 178 ◦ green 37 ◦ blue 132

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

Shades of Medium Red Violet #B22584

Tints of Medium Red Violet #B22584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.66%

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

R = 51.3%
G = 10.66%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B22584 (or 0xB22584) is known color: Medium Red Violet. HEX triplet: B2, 25 and 84. RGB value is (178,37,132). Sum of RGB (Red+Green+Blue) = 178+37+132=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B22584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22584 is #4DDA7B. Grayscale: #595959. Windows color (decimal): -5102204 or 8660402. OLE color: 8660402.

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

Color convert

RGB 178 37 132 -
CMYK 0 0.79 0.26 0.30
HSL 319.57º 0.66% 0.42% -
HSV(B) 319.57º 0.79% 0.7% -
XYZ 23.19 12.45 23.01 -
YUV 89.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 178 37 132 0 0.79 0.26 0.30 319.57 0.66 0.42
Hex B2 25 84 0 4F 1A 1E 140 42 2A
Octal 262 45 204 0 117 32 36 500 102 52
Binary 10110010 100101 10000100 0 1001111 11010 11110 101000000 1000010 101010

Color Harmonies of #B22584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22584

Black with #B22584

Text Example


Text Example

White with #B22584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22584; }

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

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

background-color css

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

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

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

border-color css

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

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

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