Html Css Color HEX #BD059F Medium Violet Red

📋 copy color: '#BD059F'

red 189 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #BD059F

Tints of Medium Violet Red #BD059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 53.54%
G = 1.42%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD059F (or 0xBD059F) is known color: Medium Violet Red. HEX triplet: BD, 05 and 9F. RGB value is (189,5,159). Sum of RGB (Red+Green+Blue) = 189+5+159=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD059F is #42FA60. Grayscale: #4D4D4D. Windows color (decimal): -4389473 or 10421693. OLE color: 10421693.

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

Color convert

RGB 189 5 159 -
CMYK 0 0.97 0.16 0.26
HSL 309.78º 0.95% 0.38% -
HSV(B) 309.78º 0.97% 0.74% -
XYZ 27.3 13.43 33.95 -
YUV 77.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 189 5 159 0 0.97 0.16 0.26 309.78 0.95 0.38
Hex BD 5 9F 0 61 10 1A 136 5F 26
Octal 275 5 237 0 141 20 32 466 137 46
Binary 10111101 101 10011111 0 1100001 10000 11010 100110110 1011111 100110

Color Harmonies of #BD059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD059F

Black with #BD059F

Text Example


Text Example

White with #BD059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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