Html Css Color HEX #BD218E Medium Violet Red

📋 copy color: '#BD218E'

red 189 ◦ green 33 ◦ blue 142

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

Shades of Medium Violet Red #BD218E

Tints of Medium Violet Red #BD218E

RGB

 RED value IS 189 (74.22% from 255) = 51.92%

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

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

R = 51.92%
G = 9.07%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD218E (or 0xBD218E) is known color: Medium Violet Red. HEX triplet: BD, 21 and 8E. RGB value is (189,33,142). Sum of RGB (Red+Green+Blue) = 189+33+142=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218E is #42DE71. Grayscale: #5B5B5B. Windows color (decimal): -4382322 or 9314749. OLE color: 9314749.

HSL color Cylindrical-coordinate representation of color #BD218E: hue angle of 318.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD218E is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 142 -
CMYK 0 0.83 0.25 0.26
HSL 318.08º 0.7% 0.44% -
HSV(B) 318.08º 0.83% 0.74% -
XYZ 26.41 13.86 26.87 -
YUV 92.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 189 33 142 0 0.83 0.25 0.26 318.08 0.7 0.44
Hex BD 21 8E 0 53 19 1A 13E 46 2C
Octal 275 41 216 0 123 31 32 476 106 54
Binary 10111101 100001 10001110 0 1010011 11001 11010 100111110 1000110 101100

Color Harmonies of #BD218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD218E

Black with #BD218E

Text Example


Text Example

White with #BD218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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