Html Css Color HEX #BD219A Medium Violet Red

📋 copy color: '#BD219A'

red 189 ◦ green 33 ◦ blue 154

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

Shades of Medium Violet Red #BD219A

Tints of Medium Violet Red #BD219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 50.27%
G = 8.78%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD219A (or 0xBD219A) is known color: Medium Violet Red. HEX triplet: BD, 21 and 9A. RGB value is (189,33,154). Sum of RGB (Red+Green+Blue) = 189+33+154=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219A is #42DE65. Grayscale: #5D5D5D. Windows color (decimal): -4382310 or 10101181. OLE color: 10101181.

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

Color convert

RGB 189 33 154 -
CMYK 0 0.83 0.19 0.26
HSL 313.46º 0.7% 0.44% -
HSV(B) 313.46º 0.83% 0.74% -
XYZ 27.36 14.24 31.88 -
YUV 93.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 189 33 154 0 0.83 0.19 0.26 313.46 0.7 0.44
Hex BD 21 9A 0 53 13 1A 139 46 2C
Octal 275 41 232 0 123 23 32 471 106 54
Binary 10111101 100001 10011010 0 1010011 10011 11010 100111001 1000110 101100

Color Harmonies of #BD219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD219A

Black with #BD219A

Text Example


Text Example

White with #BD219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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