Html Css Color HEX #B2218E Medium Red Violet

📋 copy color: '#B2218E'

red 178 ◦ green 33 ◦ blue 142

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

Shades of Medium Red Violet #B2218E

Tints of Medium Red Violet #B2218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 50.42%
G = 9.35%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2218E (or 0xB2218E) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8E. RGB value is (178,33,142). Sum of RGB (Red+Green+Blue) = 178+33+142=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218E is #4DDE71. Grayscale: #585858. Windows color (decimal): -5103218 or 9314738. OLE color: 9314738.

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

Color convert

RGB 178 33 142 -
CMYK 0 0.81 0.20 0.30
HSL 314.9º 0.69% 0.41% -
HSV(B) 314.9º 0.81% 0.7% -
XYZ 23.79 12.51 26.75 -
YUV 88.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 178 33 142 0 0.81 0.20 0.30 314.9 0.69 0.41
Hex B2 21 8E 0 51 14 1E 13B 45 29
Octal 262 41 216 0 121 24 36 473 105 51
Binary 10110010 100001 10001110 0 1010001 10100 11110 100111011 1000101 101001

Color Harmonies of #B2218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2218E

Black with #B2218E

Text Example


Text Example

White with #B2218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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