Html Css Color HEX #BD049C Medium Violet Red

📋 copy color: '#BD049C'

red 189 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #BD049C

Tints of Medium Violet Red #BD049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 54.15%
G = 1.15%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD049C (or 0xBD049C) is known color: Medium Violet Red. HEX triplet: BD, 04 and 9C. RGB value is (189,4,156). Sum of RGB (Red+Green+Blue) = 189+4+156=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD049C is #42FB63. Grayscale: #4C4C4C. Windows color (decimal): -4389732 or 10224829. OLE color: 10224829.

HSL color Cylindrical-coordinate representation of color #BD049C: hue angle of 310.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD049C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 156 -
CMYK 0 0.98 0.17 0.26
HSL 310.7º 0.96% 0.38% -
HSV(B) 310.7º 0.98% 0.74% -
XYZ 27.03 13.31 32.6 -
YUV 76.64 172.79 208.14 -
System Red Green Blue C M Y K H S L
Decimal 189 4 156 0 0.98 0.17 0.26 310.7 0.96 0.38
Hex BD 4 9C 0 62 11 1A 137 60 26
Octal 275 4 234 0 142 21 32 467 140 46
Binary 10111101 100 10011100 0 1100010 10001 11010 100110111 1100000 100110

Color Harmonies of #BD049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD049C

Black with #BD049C

Text Example


Text Example

White with #BD049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD049C; }

 p { color: rgb(189,4,156); }

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

background-color css

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

 a { background-color: rgb(189,4,156); }

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

border-color css

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

 span { border-color: rgb(189,4,156); }

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