Html Css Color HEX #B2219C Medium Red Violet

📋 copy color: '#B2219C'

red 178 ◦ green 33 ◦ blue 156

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

Shades of Medium Red Violet #B2219C

Tints of Medium Red Violet #B2219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 48.5%
G = 8.99%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2219C (or 0xB2219C) is known color: Medium Red Violet. HEX triplet: B2, 21 and 9C. RGB value is (178,33,156). Sum of RGB (Red+Green+Blue) = 178+33+156=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2219C is #4DDE63. Grayscale: #5A5A5A. Windows color (decimal): -5103204 or 10232242. OLE color: 10232242.

HSL color Cylindrical-coordinate representation of color #B2219C: hue angle of 309.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2219C is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 156 -
CMYK 0 0.81 0.12 0.30
HSL 309.1º 0.69% 0.41% -
HSV(B) 309.1º 0.81% 0.7% -
XYZ 24.9 12.95 32.64 -
YUV 90.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 178 33 156 0 0.81 0.12 0.30 309.1 0.69 0.41
Hex B2 21 9C 0 51 C 1E 135 45 29
Octal 262 41 234 0 121 14 36 465 105 51
Binary 10110010 100001 10011100 0 1010001 1100 11110 100110101 1000101 101001

Color Harmonies of #B2219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2219C

Black with #B2219C

Text Example


Text Example

White with #B2219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2219C; }

 p { color: rgb(178,33,156); }

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

background-color css

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

 a { background-color: rgb(178,33,156); }

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

border-color css

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

 span { border-color: rgb(178,33,156); }

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