Html Css Color HEX #BD048F Medium Violet Red

📋 copy color: '#BD048F'

red 189 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #BD048F

Tints of Medium Violet Red #BD048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 56.25%
G = 1.19%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD048F (or 0xBD048F) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8F. RGB value is (189,4,143). Sum of RGB (Red+Green+Blue) = 189+4+143=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048F is #42FB70. Grayscale: #4A4A4A. Windows color (decimal): -4389745 or 9372861. OLE color: 9372861.

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

Color convert

RGB 189 4 143 -
CMYK 0 0.98 0.24 0.26
HSL 314.92º 0.96% 0.38% -
HSV(B) 314.92º 0.98% 0.74% -
XYZ 25.99 12.89 27.1 -
YUV 75.16 166.29 209.2 -
System Red Green Blue C M Y K H S L
Decimal 189 4 143 0 0.98 0.24 0.26 314.92 0.96 0.38
Hex BD 4 8F 0 62 18 1A 13B 60 26
Octal 275 4 217 0 142 30 32 473 140 46
Binary 10111101 100 10001111 0 1100010 11000 11010 100111011 1100000 100110

Color Harmonies of #BD048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD048F

Black with #BD048F

Text Example


Text Example

White with #BD048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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