Html Css Color HEX #BD0086 Medium Violet Red

📋 copy color: '#BD0086'

red 189 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #BD0086

Tints of Medium Violet Red #BD0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.51%
G = 0%
B = 41.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0086 (or 0xBD0086) is known color: Medium Violet Red. HEX triplet: BD, 00 and 86. RGB value is (189,0,134). Sum of RGB (Red+Green+Blue) = 189+0+134=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0086 is #42FF79. Grayscale: #474747. Windows color (decimal): -4390778 or 8782013. OLE color: 8782013.

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

Color convert

RGB 189 0 134 -
CMYK 0 1 0.29 0.26
HSL 317.46º 1% 0.37% -
HSV(B) 317.46º 1% 0.74% -
XYZ 25.29 12.54 23.64 -
YUV 71.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 189 0 134 0 1 0.29 0.26 317.46 1 0.37
Hex BD 0 86 0 64 1D 1A 13D 64 25
Octal 275 0 206 0 144 35 32 475 144 45
Binary 10111101 0 10000110 0 1100100 11101 11010 100111101 1100100 100101

Color Harmonies of #BD0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0086

Black with #BD0086

Text Example


Text Example

White with #BD0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0086; }

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

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

background-color css

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

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

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

border-color css

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

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

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