Html Css Color HEX #BD0486 Medium Violet Red

📋 copy color: '#BD0486'

red 189 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #BD0486

Tints of Medium Violet Red #BD0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 57.8%
G = 1.22%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0486 (or 0xBD0486) is known color: Medium Violet Red. HEX triplet: BD, 04 and 86. RGB value is (189,4,134). Sum of RGB (Red+Green+Blue) = 189+4+134=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0486 is #42FB79. Grayscale: #494949. Windows color (decimal): -4389754 or 8783037. OLE color: 8783037.

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

Color convert

RGB 189 4 134 -
CMYK 0 0.98 0.29 0.26
HSL 317.84º 0.96% 0.38% -
HSV(B) 317.84º 0.98% 0.74% -
XYZ 25.33 12.63 23.66 -
YUV 74.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 189 4 134 0 0.98 0.29 0.26 317.84 0.96 0.38
Hex BD 4 86 0 62 1D 1A 13E 60 26
Octal 275 4 206 0 142 35 32 476 140 46
Binary 10111101 100 10000110 0 1100010 11101 11010 100111110 1100000 100110

Color Harmonies of #BD0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0486

Black with #BD0486

Text Example


Text Example

White with #BD0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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