Html Css Color HEX #B22474 Medium Red Violet

📋 copy color: '#B22474'

red 178 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #B22474

Tints of Medium Red Violet #B22474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 53.94%
G = 10.91%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B22474 (or 0xB22474) is known color: Medium Red Violet. HEX triplet: B2, 24 and 74. RGB value is (178,36,116). Sum of RGB (Red+Green+Blue) = 178+36+116=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B22474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22474 is #4DDB8B. Grayscale: #575757. Windows color (decimal): -5102476 or 7611570. OLE color: 7611570.

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

Color convert

RGB 178 36 116 -
CMYK 0 0.80 0.35 0.30
HSL 326.2º 0.66% 0.42% -
HSV(B) 326.2º 0.8% 0.7% -
XYZ 22.14 11.99 17.67 -
YUV 87.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 178 36 116 0 0.80 0.35 0.30 326.2 0.66 0.42
Hex B2 24 74 0 50 23 1E 146 42 2A
Octal 262 44 164 0 120 43 36 506 102 52
Binary 10110010 100100 1110100 0 1010000 100011 11110 101000110 1000010 101010

Color Harmonies of #B22474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22474

Black with #B22474

Text Example


Text Example

White with #B22474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22474; }

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

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

background-color css

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

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

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

border-color css

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

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

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