Html Css Color HEX #BD048D Medium Violet Red

📋 copy color: '#BD048D'

red 189 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #BD048D

Tints of Medium Violet Red #BD048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 56.59%
G = 1.2%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD048D (or 0xBD048D) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8D. RGB value is (189,4,141). Sum of RGB (Red+Green+Blue) = 189+4+141=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048D is #42FB72. Grayscale: #4A4A4A. Windows color (decimal): -4389747 or 9241789. OLE color: 9241789.

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

Color convert

RGB 189 4 141 -
CMYK 0 0.98 0.25 0.26
HSL 315.57º 0.96% 0.38% -
HSV(B) 315.57º 0.98% 0.74% -
XYZ 25.84 12.83 26.31 -
YUV 74.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 189 4 141 0 0.98 0.25 0.26 315.57 0.96 0.38
Hex BD 4 8D 0 62 19 1A 13C 60 26
Octal 275 4 215 0 142 31 32 474 140 46
Binary 10111101 100 10001101 0 1100010 11001 11010 100111100 1100000 100110

Color Harmonies of #BD048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD048D

Black with #BD048D

Text Example


Text Example

White with #BD048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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