Html Css Color HEX #B4218E Medium Red Violet

📋 copy color: '#B4218E'

red 180 ◦ green 33 ◦ blue 142

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

Shades of Medium Red Violet #B4218E

Tints of Medium Red Violet #B4218E

RGB

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

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

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

R = 50.7%
G = 9.3%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4218E (or 0xB4218E) is known color: Medium Red Violet. HEX triplet: B4, 21 and 8E. RGB value is (180,33,142). Sum of RGB (Red+Green+Blue) = 180+33+142=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4218E is #4BDE71. Grayscale: #595959. Windows color (decimal): -4972146 or 9314740. OLE color: 9314740.

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

Color convert

RGB 180 33 142 -
CMYK 0 0.82 0.21 0.29
HSL 315.51º 0.69% 0.42% -
HSV(B) 315.51º 0.82% 0.71% -
XYZ 24.25 12.74 26.77 -
YUV 89.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 180 33 142 0 0.82 0.21 0.29 315.51 0.69 0.42
Hex B4 21 8E 0 52 15 1D 13C 45 2A
Octal 264 41 216 0 122 25 35 474 105 52
Binary 10110100 100001 10001110 0 1010010 10101 11101 100111100 1000101 101010

Color Harmonies of #B4218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4218E

Black with #B4218E

Text Example


Text Example

White with #B4218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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