Html Css Color HEX #BD019E Medium Violet Red

📋 copy color: '#BD019E'

red 189 ◦ green 1 ◦ blue 158

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

Shades of Medium Violet Red #BD019E

Tints of Medium Violet Red #BD019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 54.31%
G = 0.29%
B = 45.4%

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

#BD019E (or 0xBD019E) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9E. RGB value is (189,1,158). Sum of RGB (Red+Green+Blue) = 189+1+158=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019E is #42FE61. Grayscale: #4A4A4A. Windows color (decimal): -4390498 or 10355133. OLE color: 10355133.

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

Color convert

RGB 189 1 158 -
CMYK 0 0.99 0.16 0.26
HSL 309.89º 0.99% 0.37% -
HSV(B) 309.89º 0.99% 0.74% -
XYZ 27.17 13.31 33.48 -
YUV 75.11 174.78 209.23 -
System Red Green Blue C M Y K H S L
Decimal 189 1 158 0 0.99 0.16 0.26 309.89 0.99 0.37
Hex BD 1 9E 0 63 10 1A 136 63 25
Octal 275 1 236 0 143 20 32 466 143 45
Binary 10111101 1 10011110 0 1100011 10000 11010 100110110 1100011 100101

Color Harmonies of #BD019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD019E

Black with #BD019E

Text Example


Text Example

White with #BD019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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