Html Css Color HEX #BD037D Medium Violet Red

📋 copy color: '#BD037D'

red 189 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #BD037D

Tints of Medium Violet Red #BD037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 59.62%
G = 0.95%
B = 39.43%

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

#BD037D (or 0xBD037D) is known color: Medium Violet Red. HEX triplet: BD, 03 and 7D. RGB value is (189,3,125). Sum of RGB (Red+Green+Blue) = 189+3+125=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD037D is #42FC82. Grayscale: #484848. Windows color (decimal): -4390019 or 8192957. OLE color: 8192957.

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

Color convert

RGB 189 3 125 -
CMYK 0 0.98 0.34 0.26
HSL 320.65º 0.97% 0.38% -
HSV(B) 320.65º 0.98% 0.74% -
XYZ 24.72 12.36 20.49 -
YUV 72.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 189 3 125 0 0.98 0.34 0.26 320.65 0.97 0.38
Hex BD 3 7D 0 62 22 1A 141 61 26
Octal 275 3 175 0 142 42 32 501 141 46
Binary 10111101 11 1111101 0 1100010 100010 11010 101000001 1100001 100110

Color Harmonies of #BD037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD037D

Black with #BD037D

Text Example


Text Example

White with #BD037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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