Html Css Color HEX #BD019D Medium Violet Red

📋 copy color: '#BD019D'

red 189 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #BD019D

Tints of Medium Violet Red #BD019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 54.47%
G = 0.29%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD019D (or 0xBD019D) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9D. RGB value is (189,1,157). Sum of RGB (Red+Green+Blue) = 189+1+157=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019D is #42FE62. Grayscale: #4A4A4A. Windows color (decimal): -4390499 or 10289597. OLE color: 10289597.

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

Color convert

RGB 189 1 157 -
CMYK 0 0.99 0.17 0.26
HSL 310.21º 0.99% 0.37% -
HSV(B) 310.21º 0.99% 0.74% -
XYZ 27.08 13.27 33.03 -
YUV 75 174.28 209.32 -
System Red Green Blue C M Y K H S L
Decimal 189 1 157 0 0.99 0.17 0.26 310.21 0.99 0.37
Hex BD 1 9D 0 63 11 1A 136 63 25
Octal 275 1 235 0 143 21 32 466 143 45
Binary 10111101 1 10011101 0 1100011 10001 11010 100110110 1100011 100101

Color Harmonies of #BD019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD019D

Black with #BD019D

Text Example


Text Example

White with #BD019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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