Html Css Color HEX #BD047F Medium Violet Red

📋 copy color: '#BD047F'

red 189 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #BD047F

Tints of Medium Violet Red #BD047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 59.06%
G = 1.25%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD047F (or 0xBD047F) is known color: Medium Violet Red. HEX triplet: BD, 04 and 7F. RGB value is (189,4,127). Sum of RGB (Red+Green+Blue) = 189+4+127=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD047F is #42FB80. Grayscale: #494949. Windows color (decimal): -4389761 or 8324285. OLE color: 8324285.

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

Color convert

RGB 189 4 127 -
CMYK 0 0.98 0.33 0.26
HSL 320.11º 0.96% 0.38% -
HSV(B) 320.11º 0.98% 0.74% -
XYZ 24.86 12.44 21.17 -
YUV 73.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 189 4 127 0 0.98 0.33 0.26 320.11 0.96 0.38
Hex BD 4 7F 0 62 21 1A 140 60 26
Octal 275 4 177 0 142 41 32 500 140 46
Binary 10111101 100 1111111 0 1100010 100001 11010 101000000 1100000 100110

Color Harmonies of #BD047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD047F

Black with #BD047F

Text Example


Text Example

White with #BD047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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