Html Css Color HEX #B22478 Medium Red Violet

📋 copy color: '#B22478'

red 178 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #B22478

Tints of Medium Red Violet #B22478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 53.29%
G = 10.78%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B22478 (or 0xB22478) is known color: Medium Red Violet. HEX triplet: B2, 24 and 78. RGB value is (178,36,120). Sum of RGB (Red+Green+Blue) = 178+36+120=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B22478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22478 is #4DDB87. Grayscale: #575757. Windows color (decimal): -5102472 or 7873714. OLE color: 7873714.

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

Color convert

RGB 178 36 120 -
CMYK 0 0.80 0.33 0.30
HSL 324.51º 0.66% 0.42% -
HSV(B) 324.51º 0.8% 0.7% -
XYZ 22.38 12.08 18.92 -
YUV 88.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 178 36 120 0 0.80 0.33 0.30 324.51 0.66 0.42
Hex B2 24 78 0 50 21 1E 145 42 2A
Octal 262 44 170 0 120 41 36 505 102 52
Binary 10110010 100100 1111000 0 1010000 100001 11110 101000101 1000010 101010

Color Harmonies of #B22478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22478

Black with #B22478

Text Example


Text Example

White with #B22478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22478; }

 p { color: rgb(178,36,120); }

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

background-color css

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

 a { background-color: rgb(178,36,120); }

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

border-color css

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

 span { border-color: rgb(178,36,120); }

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