Html Css Color HEX #BD057C Medium Violet Red

📋 copy color: '#BD057C'

red 189 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #BD057C

Tints of Medium Violet Red #BD057C

RGB

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

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

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

R = 59.43%
G = 1.57%
B = 38.99%

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

#BD057C (or 0xBD057C) is known color: Medium Violet Red. HEX triplet: BD, 05 and 7C. RGB value is (189,5,124). Sum of RGB (Red+Green+Blue) = 189+5+124=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD057C is #42FA83. Grayscale: #494949. Windows color (decimal): -4389508 or 8127933. OLE color: 8127933.

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

Color convert

RGB 189 5 124 -
CMYK 0 0.97 0.34 0.26
HSL 321.2º 0.95% 0.38% -
HSV(B) 321.2º 0.97% 0.74% -
XYZ 24.68 12.38 20.16 -
YUV 73.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 189 5 124 0 0.97 0.34 0.26 321.2 0.95 0.38
Hex BD 5 7C 0 61 22 1A 141 5F 26
Octal 275 5 174 0 141 42 32 501 137 46
Binary 10111101 101 1111100 0 1100001 100010 11010 101000001 1011111 100110

Color Harmonies of #BD057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD057C

Black with #BD057C

Text Example


Text Example

White with #BD057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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