Html Css Color HEX #B22780 Medium Red Violet

📋 copy color: '#B22780'

red 178 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #B22780

Tints of Medium Red Violet #B22780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 51.59%
G = 11.3%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B22780 (or 0xB22780) is known color: Medium Red Violet. HEX triplet: B2, 27 and 80. RGB value is (178,39,128). Sum of RGB (Red+Green+Blue) = 178+39+128=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B22780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22780 is #4DD87F. Grayscale: #5A5A5A. Windows color (decimal): -5101696 or 8398770. OLE color: 8398770.

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

Color convert

RGB 178 39 128 -
CMYK 0 0.78 0.28 0.30
HSL 321.58º 0.64% 0.43% -
HSV(B) 321.58º 0.78% 0.7% -
XYZ 22.98 12.47 21.62 -
YUV 90.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 178 39 128 0 0.78 0.28 0.30 321.58 0.64 0.43
Hex B2 27 80 0 4E 1C 1E 142 40 2B
Octal 262 47 200 0 116 34 36 502 100 53
Binary 10110010 100111 10000000 0 1001110 11100 11110 101000010 1000000 101011

Color Harmonies of #B22780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22780

Black with #B22780

Text Example


Text Example

White with #B22780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22780; }

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

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

background-color css

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

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

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

border-color css

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

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

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