Html Css Color HEX #BD019F Medium Violet Red

📋 copy color: '#BD019F'

red 189 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #BD019F

Tints of Medium Violet Red #BD019F

RGB

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

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

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

R = 54.15%
G = 0.29%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD019F (or 0xBD019F) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9F. RGB value is (189,1,159). Sum of RGB (Red+Green+Blue) = 189+1+159=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019F is #42FE60. Grayscale: #4A4A4A. Windows color (decimal): -4390497 or 10420669. OLE color: 10420669.

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

Color convert

RGB 189 1 159 -
CMYK 0 0.99 0.16 0.26
HSL 309.57º 0.99% 0.37% -
HSV(B) 309.57º 0.99% 0.74% -
XYZ 27.26 13.34 33.94 -
YUV 75.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 189 1 159 0 0.99 0.16 0.26 309.57 0.99 0.37
Hex BD 1 9F 0 63 10 1A 136 63 25
Octal 275 1 237 0 143 20 32 466 143 45
Binary 10111101 1 10011111 0 1100011 10000 11010 100110110 1100011 100101

Color Harmonies of #BD019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD019F

Black with #BD019F

Text Example


Text Example

White with #BD019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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