Html Css Color HEX #BD037C Medium Violet Red

📋 copy color: '#BD037C'

red 189 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #BD037C

Tints of Medium Violet Red #BD037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 59.81%
G = 0.95%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD037C (or 0xBD037C) is known color: Medium Violet Red. HEX triplet: BD, 03 and 7C. RGB value is (189,3,124). Sum of RGB (Red+Green+Blue) = 189+3+124=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD037C is #42FC83. Grayscale: #484848. Windows color (decimal): -4390020 or 8127421. OLE color: 8127421.

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

Color convert

RGB 189 3 124 -
CMYK 0 0.98 0.34 0.26
HSL 320.97º 0.97% 0.38% -
HSV(B) 320.97º 0.98% 0.74% -
XYZ 24.66 12.34 20.15 -
YUV 72.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 189 3 124 0 0.98 0.34 0.26 320.97 0.97 0.38
Hex BD 3 7C 0 62 22 1A 141 61 26
Octal 275 3 174 0 142 42 32 501 141 46
Binary 10111101 11 1111100 0 1100010 100010 11010 101000001 1100001 100110

Color Harmonies of #BD037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD037C

Black with #BD037C

Text Example


Text Example

White with #BD037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD037C; }

 p { color: rgb(189,3,124); }

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

background-color css

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

 a { background-color: rgb(189,3,124); }

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

border-color css

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

 span { border-color: rgb(189,3,124); }

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