Html Css Color HEX #BD017D Medium Violet Red

📋 copy color: '#BD017D'

red 189 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #BD017D

Tints of Medium Violet Red #BD017D

RGB

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

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

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

R = 60%
G = 0.32%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD017D (or 0xBD017D) is known color: Medium Violet Red. HEX triplet: BD, 01 and 7D. RGB value is (189,1,125). Sum of RGB (Red+Green+Blue) = 189+1+125=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD017D is #42FE82. Grayscale: #474747. Windows color (decimal): -4390531 or 8192445. OLE color: 8192445.

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

Color convert

RGB 189 1 125 -
CMYK 0 0.99 0.34 0.26
HSL 320.43º 0.99% 0.37% -
HSV(B) 320.43º 0.99% 0.74% -
XYZ 24.7 12.32 20.48 -
YUV 71.35 158.28 211.92 -
System Red Green Blue C M Y K H S L
Decimal 189 1 125 0 0.99 0.34 0.26 320.43 0.99 0.37
Hex BD 1 7D 0 63 22 1A 140 63 25
Octal 275 1 175 0 143 42 32 500 143 45
Binary 10111101 1 1111101 0 1100011 100010 11010 101000000 1100011 100101

Color Harmonies of #BD017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD017D

Black with #BD017D

Text Example


Text Example

White with #BD017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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