Html Css Color HEX #B4218D Medium Red Violet

📋 copy color: '#B4218D'

red 180 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #B4218D

Tints of Medium Red Violet #B4218D

RGB

 RED value IS 180 (70.7% from 255) = 50.85%

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

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

R = 50.85%
G = 9.32%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4218D (or 0xB4218D) is known color: Medium Red Violet. HEX triplet: B4, 21 and 8D. RGB value is (180,33,141). Sum of RGB (Red+Green+Blue) = 180+33+141=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4218D is #4BDE72. Grayscale: #585858. Windows color (decimal): -4972147 or 9249204. OLE color: 9249204.

HSL color Cylindrical-coordinate representation of color #B4218D: hue angle of 315.92º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4218D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 141 -
CMYK 0 0.82 0.22 0.29
HSL 315.92º 0.69% 0.42% -
HSV(B) 315.92º 0.82% 0.71% -
XYZ 24.17 12.71 26.38 -
YUV 89.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 180 33 141 0 0.82 0.22 0.29 315.92 0.69 0.42
Hex B4 21 8D 0 52 16 1D 13C 45 2A
Octal 264 41 215 0 122 26 35 474 105 52
Binary 10110100 100001 10001101 0 1010010 10110 11101 100111100 1000101 101010

Color Harmonies of #B4218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4218D

Black with #B4218D

Text Example


Text Example

White with #B4218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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