Html Css Color HEX #B2218D Medium Red Violet

📋 copy color: '#B2218D'

red 178 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #B2218D

Tints of Medium Red Violet #B2218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 50.57%
G = 9.38%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2218D (or 0xB2218D) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8D. RGB value is (178,33,141). Sum of RGB (Red+Green+Blue) = 178+33+141=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218D is #4DDE72. Grayscale: #585858. Windows color (decimal): -5103219 or 9249202. OLE color: 9249202.

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

Color convert

RGB 178 33 141 -
CMYK 0 0.81 0.21 0.30
HSL 315.31º 0.69% 0.41% -
HSV(B) 315.31º 0.81% 0.7% -
XYZ 23.71 12.48 26.36 -
YUV 88.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 178 33 141 0 0.81 0.21 0.30 315.31 0.69 0.41
Hex B2 21 8D 0 51 15 1E 13B 45 29
Octal 262 41 215 0 121 25 36 473 105 51
Binary 10110010 100001 10001101 0 1010001 10101 11110 100111011 1000101 101001

Color Harmonies of #B2218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2218D

Black with #B2218D

Text Example


Text Example

White with #B2218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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