Html Css Color HEX #B22770 Medium Red Violet

📋 copy color: '#B22770'

red 178 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #B22770

Tints of Medium Red Violet #B22770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 54.1%
G = 11.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B22770 (or 0xB22770) is known color: Medium Red Violet. HEX triplet: B2, 27 and 70. RGB value is (178,39,112). Sum of RGB (Red+Green+Blue) = 178+39+112=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B22770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22770 is #4DD88F. Grayscale: #585858. Windows color (decimal): -5101712 or 7350194. OLE color: 7350194.

HSL color Cylindrical-coordinate representation of color #B22770: hue angle of 328.49º degrees, saturation: 0.64, 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 #B22770 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 112 -
CMYK 0 0.78 0.37 0.30
HSL 328.49º 0.64% 0.43% -
HSV(B) 328.49º 0.78% 0.7% -
XYZ 22.01 12.09 16.5 -
YUV 88.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 178 39 112 0 0.78 0.37 0.30 328.49 0.64 0.43
Hex B2 27 70 0 4E 25 1E 148 40 2B
Octal 262 47 160 0 116 45 36 510 100 53
Binary 10110010 100111 1110000 0 1001110 100101 11110 101001000 1000000 101011

Color Harmonies of #B22770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22770

Black with #B22770

Text Example


Text Example

White with #B22770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22770; }

 p { color: rgb(178,39,112); }

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

background-color css

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

 a { background-color: rgb(178,39,112); }

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

border-color css

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

 span { border-color: rgb(178,39,112); }

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