Html Css Color HEX #BD017F Medium Violet Red

📋 copy color: '#BD017F'

red 189 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #BD017F

Tints of Medium Violet Red #BD017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 59.62%
G = 0.32%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD017F (or 0xBD017F) is known color: Medium Violet Red. HEX triplet: BD, 01 and 7F. RGB value is (189,1,127). Sum of RGB (Red+Green+Blue) = 189+1+127=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD017F is #42FE80. Grayscale: #474747. Windows color (decimal): -4390529 or 8323517. OLE color: 8323517.

HSL color Cylindrical-coordinate representation of color #BD017F: hue angle of 319.79º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD017F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 127 -
CMYK 0 0.99 0.33 0.26
HSL 319.79º 0.99% 0.37% -
HSV(B) 319.79º 0.99% 0.74% -
XYZ 24.83 12.37 21.16 -
YUV 71.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 189 1 127 0 0.99 0.33 0.26 319.79 0.99 0.37
Hex BD 1 7F 0 63 21 1A 140 63 25
Octal 275 1 177 0 143 41 32 500 143 45
Binary 10111101 1 1111111 0 1100011 100001 11010 101000000 1100011 100101

Color Harmonies of #BD017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD017F

Black with #BD017F

Text Example


Text Example

White with #BD017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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