Html Css Color HEX #BD219D Medium Violet Red

📋 copy color: '#BD219D'

red 189 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #BD219D

Tints of Medium Violet Red #BD219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 49.87%
G = 8.71%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD219D (or 0xBD219D) is known color: Medium Violet Red. HEX triplet: BD, 21 and 9D. RGB value is (189,33,157). Sum of RGB (Red+Green+Blue) = 189+33+157=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219D is #42DE62. Grayscale: #5D5D5D. Windows color (decimal): -4382307 or 10297789. OLE color: 10297789.

HSL color Cylindrical-coordinate representation of color #BD219D: hue angle of 312.31º 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 #BD219D is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 157 -
CMYK 0 0.83 0.17 0.26
HSL 312.31º 0.7% 0.44% -
HSV(B) 312.31º 0.83% 0.74% -
XYZ 27.62 14.34 33.21 -
YUV 93.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 189 33 157 0 0.83 0.17 0.26 312.31 0.7 0.44
Hex BD 21 9D 0 53 11 1A 138 46 2C
Octal 275 41 235 0 123 21 32 470 106 54
Binary 10111101 100001 10011101 0 1010011 10001 11010 100111000 1000110 101100

Color Harmonies of #BD219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD219D

Black with #BD219D

Text Example


Text Example

White with #BD219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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