Html Css Color HEX #B22978 Medium Red Violet

📋 copy color: '#B22978'

red 178 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #B22978

Tints of Medium Red Violet #B22978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 52.51%
G = 12.09%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B22978 (or 0xB22978) is known color: Medium Red Violet. HEX triplet: B2, 29 and 78. RGB value is (178,41,120). Sum of RGB (Red+Green+Blue) = 178+41+120=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B22978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22978 is #4DD687. Grayscale: #5A5A5A. Windows color (decimal): -5101192 or 7874994. OLE color: 7874994.

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

Color convert

RGB 178 41 120 -
CMYK 0 0.77 0.33 0.30
HSL 325.4º 0.63% 0.43% -
HSV(B) 325.4º 0.77% 0.7% -
XYZ 22.54 12.41 18.98 -
YUV 90.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 178 41 120 0 0.77 0.33 0.30 325.4 0.63 0.43
Hex B2 29 78 0 4D 21 1E 145 3F 2B
Octal 262 51 170 0 115 41 36 505 77 53
Binary 10110010 101001 1111000 0 1001101 100001 11110 101000101 111111 101011

Color Harmonies of #B22978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22978

Black with #B22978

Text Example


Text Example

White with #B22978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22978; }

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

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

background-color css

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

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

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

border-color css

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

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

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