Html Css Color HEX #B2218B Medium Red Violet

📋 copy color: '#B2218B'

red 178 ◦ green 33 ◦ blue 139

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

Shades of Medium Red Violet #B2218B

Tints of Medium Red Violet #B2218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 50.86%
G = 9.43%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2218B (or 0xB2218B) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8B. RGB value is (178,33,139). Sum of RGB (Red+Green+Blue) = 178+33+139=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218B is #4DDE74. Grayscale: #585858. Windows color (decimal): -5103221 or 9118130. OLE color: 9118130.

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

Color convert

RGB 178 33 139 -
CMYK 0 0.81 0.22 0.30
HSL 316.14º 0.69% 0.41% -
HSV(B) 316.14º 0.81% 0.7% -
XYZ 23.56 12.42 25.58 -
YUV 88.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 178 33 139 0 0.81 0.22 0.30 316.14 0.69 0.41
Hex B2 21 8B 0 51 16 1E 13C 45 29
Octal 262 41 213 0 121 26 36 474 105 51
Binary 10110010 100001 10001011 0 1010001 10110 11110 100111100 1000101 101001

Color Harmonies of #B2218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2218B

Black with #B2218B

Text Example


Text Example

White with #B2218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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