Html Css Color HEX #B2218C Medium Red Violet

📋 copy color: '#B2218C'

red 178 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #B2218C

Tints of Medium Red Violet #B2218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 50.71%
G = 9.4%
B = 39.89%

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

#B2218C (or 0xB2218C) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8C. RGB value is (178,33,140). Sum of RGB (Red+Green+Blue) = 178+33+140=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218C is #4DDE73. Grayscale: #585858. Windows color (decimal): -5103220 or 9183666. OLE color: 9183666.

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

Color convert

RGB 178 33 140 -
CMYK 0 0.81 0.21 0.30
HSL 315.72º 0.69% 0.41% -
HSV(B) 315.72º 0.81% 0.7% -
XYZ 23.64 12.45 25.97 -
YUV 88.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 178 33 140 0 0.81 0.21 0.30 315.72 0.69 0.41
Hex B2 21 8C 0 51 15 1E 13C 45 29
Octal 262 41 214 0 121 25 36 474 105 51
Binary 10110010 100001 10001100 0 1010001 10101 11110 100111100 1000101 101001

Color Harmonies of #B2218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2218C

Black with #B2218C

Text Example


Text Example

White with #B2218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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