Html Css Color HEX #BD057F Medium Violet Red

📋 copy color: '#BD057F'

red 189 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #BD057F

Tints of Medium Violet Red #BD057F

RGB

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

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

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

R = 58.88%
G = 1.56%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD057F (or 0xBD057F) is known color: Medium Violet Red. HEX triplet: BD, 05 and 7F. RGB value is (189,5,127). Sum of RGB (Red+Green+Blue) = 189+5+127=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD057F is #42FA80. Grayscale: #494949. Windows color (decimal): -4389505 or 8324541. OLE color: 8324541.

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

Color convert

RGB 189 5 127 -
CMYK 0 0.97 0.33 0.26
HSL 320.22º 0.95% 0.38% -
HSV(B) 320.22º 0.97% 0.74% -
XYZ 24.87 12.46 21.17 -
YUV 73.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 189 5 127 0 0.97 0.33 0.26 320.22 0.95 0.38
Hex BD 5 7F 0 61 21 1A 140 5F 26
Octal 275 5 177 0 141 41 32 500 137 46
Binary 10111101 101 1111111 0 1100001 100001 11010 101000000 1011111 100110

Color Harmonies of #BD057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD057F

Black with #BD057F

Text Example


Text Example

White with #BD057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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