Html Css Color HEX #BD219F Medium Violet Red

📋 copy color: '#BD219F'

red 189 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #BD219F

Tints of Medium Violet Red #BD219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 49.61%
G = 8.66%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD219F (or 0xBD219F) is known color: Medium Violet Red. HEX triplet: BD, 21 and 9F. RGB value is (189,33,159). Sum of RGB (Red+Green+Blue) = 189+33+159=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219F is #42DE60. Grayscale: #5D5D5D. Windows color (decimal): -4382305 or 10428861. OLE color: 10428861.

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

Color convert

RGB 189 33 159 -
CMYK 0 0.83 0.16 0.26
HSL 311.54º 0.7% 0.44% -
HSV(B) 311.54º 0.83% 0.74% -
XYZ 27.79 14.41 34.12 -
YUV 94.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 189 33 159 0 0.83 0.16 0.26 311.54 0.7 0.44
Hex BD 21 9F 0 53 10 1A 138 46 2C
Octal 275 41 237 0 123 20 32 470 106 54
Binary 10111101 100001 10011111 0 1010011 10000 11010 100111000 1000110 101100

Color Harmonies of #BD219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD219F

Black with #BD219F

Text Example


Text Example

White with #BD219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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