Html Css Color HEX #BD1986 Medium Violet Red

📋 copy color: '#BD1986'

red 189 ◦ green 25 ◦ blue 134

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

Shades of Medium Violet Red #BD1986

Tints of Medium Violet Red #BD1986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 54.31%
G = 7.18%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD1986 (or 0xBD1986) is known color: Medium Violet Red. HEX triplet: BD, 19 and 86. RGB value is (189,25,134). Sum of RGB (Red+Green+Blue) = 189+25+134=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1986 is #42E679. Grayscale: #565656. Windows color (decimal): -4384378 or 8788413. OLE color: 8788413.

HSL color Cylindrical-coordinate representation of color #BD1986: hue angle of 320.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1986 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 134 -
CMYK 0 0.87 0.29 0.26
HSL 320.12º 0.77% 0.42% -
HSV(B) 320.12º 0.87% 0.74% -
XYZ 25.64 13.24 23.76 -
YUV 86.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 189 25 134 0 0.87 0.29 0.26 320.12 0.77 0.42
Hex BD 19 86 0 57 1D 1A 140 4D 2A
Octal 275 31 206 0 127 35 32 500 115 52
Binary 10111101 11001 10000110 0 1010111 11101 11010 101000000 1001101 101010

Color Harmonies of #BD1986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1986

Black with #BD1986

Text Example


Text Example

White with #BD1986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1986; }

 p { color: rgb(189,25,134); }

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

background-color css

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

 a { background-color: rgb(189,25,134); }

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

border-color css

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

 span { border-color: rgb(189,25,134); }

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