Html Css Color HEX #B2219A Medium Red Violet

📋 copy color: '#B2219A'

red 178 ◦ green 33 ◦ blue 154

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

Shades of Medium Red Violet #B2219A

Tints of Medium Red Violet #B2219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 48.77%
G = 9.04%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2219A (or 0xB2219A) is known color: Medium Red Violet. HEX triplet: B2, 21 and 9A. RGB value is (178,33,154). Sum of RGB (Red+Green+Blue) = 178+33+154=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2219A is #4DDE65. Grayscale: #595959. Windows color (decimal): -5103206 or 10101170. OLE color: 10101170.

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

Color convert

RGB 178 33 154 -
CMYK 0 0.81 0.13 0.30
HSL 309.93º 0.69% 0.41% -
HSV(B) 309.93º 0.81% 0.7% -
XYZ 24.74 12.89 31.76 -
YUV 90.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 178 33 154 0 0.81 0.13 0.30 309.93 0.69 0.41
Hex B2 21 9A 0 51 D 1E 136 45 29
Octal 262 41 232 0 121 15 36 466 105 51
Binary 10110010 100001 10011010 0 1010001 1101 11110 100110110 1000101 101001

Color Harmonies of #B2219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2219A

Black with #B2219A

Text Example


Text Example

White with #B2219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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