Html Css Color HEX #BD046F Medium Violet Red

📋 copy color: '#BD046F'

red 189 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #BD046F

Tints of Medium Violet Red #BD046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 62.17%
G = 1.32%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD046F (or 0xBD046F) is known color: Medium Violet Red. HEX triplet: BD, 04 and 6F. RGB value is (189,4,111). Sum of RGB (Red+Green+Blue) = 189+4+111=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD046F is #42FB90. Grayscale: #474747. Windows color (decimal): -4389777 or 7275709. OLE color: 7275709.

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

Color convert

RGB 189 4 111 -
CMYK 0 0.98 0.41 0.26
HSL 325.3º 0.96% 0.38% -
HSV(B) 325.3º 0.98% 0.74% -
XYZ 23.9 12.05 16.11 -
YUV 71.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 189 4 111 0 0.98 0.41 0.26 325.3 0.96 0.38
Hex BD 4 6F 0 62 29 1A 145 60 26
Octal 275 4 157 0 142 51 32 505 140 46
Binary 10111101 100 1101111 0 1100010 101001 11010 101000101 1100000 100110

Color Harmonies of #BD046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD046F

Black with #BD046F

Text Example


Text Example

White with #BD046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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