Html Css Color HEX #BD019B Medium Violet Red

📋 copy color: '#BD019B'

red 189 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #BD019B

Tints of Medium Violet Red #BD019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 54.78%
G = 0.29%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD019B (or 0xBD019B) is known color: Medium Violet Red. HEX triplet: BD, 01 and 9B. RGB value is (189,1,155). Sum of RGB (Red+Green+Blue) = 189+1+155=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD019B is #42FE64. Grayscale: #4A4A4A. Windows color (decimal): -4390501 or 10158525. OLE color: 10158525.

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

Color convert

RGB 189 1 155 -
CMYK 0 0.99 0.18 0.26
HSL 310.85º 0.99% 0.37% -
HSV(B) 310.85º 0.99% 0.74% -
XYZ 26.91 13.21 32.14 -
YUV 74.77 173.28 209.48 -
System Red Green Blue C M Y K H S L
Decimal 189 1 155 0 0.99 0.18 0.26 310.85 0.99 0.37
Hex BD 1 9B 0 63 12 1A 137 63 25
Octal 275 1 233 0 143 22 32 467 143 45
Binary 10111101 1 10011011 0 1100011 10010 11010 100110111 1100011 100101

Color Harmonies of #BD019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD019B

Black with #BD019B

Text Example


Text Example

White with #BD019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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