Html Css Color HEX #BD057D Medium Violet Red

📋 copy color: '#BD057D'

red 189 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #BD057D

Tints of Medium Violet Red #BD057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 59.25%
G = 1.57%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD057D (or 0xBD057D) is known color: Medium Violet Red. HEX triplet: BD, 05 and 7D. RGB value is (189,5,125). Sum of RGB (Red+Green+Blue) = 189+5+125=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD057D is #42FA82. Grayscale: #494949. Windows color (decimal): -4389507 or 8193469. OLE color: 8193469.

HSL color Cylindrical-coordinate representation of color #BD057D: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD057D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 125 -
CMYK 0 0.97 0.34 0.26
HSL 320.87º 0.95% 0.38% -
HSV(B) 320.87º 0.97% 0.74% -
XYZ 24.74 12.41 20.49 -
YUV 73.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 189 5 125 0 0.97 0.34 0.26 320.87 0.95 0.38
Hex BD 5 7D 0 61 22 1A 141 5F 26
Octal 275 5 175 0 141 42 32 501 137 46
Binary 10111101 101 1111101 0 1100001 100010 11010 101000001 1011111 100110

Color Harmonies of #BD057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD057D

Black with #BD057D

Text Example


Text Example

White with #BD057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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