Html Css Color HEX #BD048E Medium Violet Red

📋 copy color: '#BD048E'

red 189 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #BD048E

Tints of Medium Violet Red #BD048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 56.42%
G = 1.19%
B = 42.39%

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

#BD048E (or 0xBD048E) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8E. RGB value is (189,4,142). Sum of RGB (Red+Green+Blue) = 189+4+142=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048E is #42FB71. Grayscale: #4A4A4A. Windows color (decimal): -4389746 or 9307325. OLE color: 9307325.

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

Color convert

RGB 189 4 142 -
CMYK 0 0.98 0.25 0.26
HSL 315.24º 0.96% 0.38% -
HSV(B) 315.24º 0.98% 0.74% -
XYZ 25.91 12.86 26.71 -
YUV 75.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 189 4 142 0 0.98 0.25 0.26 315.24 0.96 0.38
Hex BD 4 8E 0 62 19 1A 13B 60 26
Octal 275 4 216 0 142 31 32 473 140 46
Binary 10111101 100 10001110 0 1100010 11001 11010 100111011 1100000 100110

Color Harmonies of #BD048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD048E

Black with #BD048E

Text Example


Text Example

White with #BD048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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