Html Css Color HEX #BD0186 Medium Violet Red

📋 copy color: '#BD0186'

red 189 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #BD0186

Tints of Medium Violet Red #BD0186

RGB

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

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

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

R = 58.33%
G = 0.31%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0186 (or 0xBD0186) is known color: Medium Violet Red. HEX triplet: BD, 01 and 86. RGB value is (189,1,134). Sum of RGB (Red+Green+Blue) = 189+1+134=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0186 is #42FE79. Grayscale: #484848. Windows color (decimal): -4390522 or 8782269. OLE color: 8782269.

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

Color convert

RGB 189 1 134 -
CMYK 0 0.99 0.29 0.26
HSL 317.55º 0.99% 0.37% -
HSV(B) 317.55º 0.99% 0.74% -
XYZ 25.3 12.56 23.65 -
YUV 72.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 189 1 134 0 0.99 0.29 0.26 317.55 0.99 0.37
Hex BD 1 86 0 63 1D 1A 13E 63 25
Octal 275 1 206 0 143 35 32 476 143 45
Binary 10111101 1 10000110 0 1100011 11101 11010 100111110 1100011 100101

Color Harmonies of #BD0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0186

Black with #BD0186

Text Example


Text Example

White with #BD0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0186; }

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

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

background-color css

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

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

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

border-color css

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

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

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