Html Css Color HEX #BD2586 Medium Red Violet

📋 copy color: '#BD2586'

red 189 ◦ green 37 ◦ blue 134

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

Shades of Medium Red Violet #BD2586

Tints of Medium Red Violet #BD2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.28%

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

R = 52.5%
G = 10.28%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD2586 (or 0xBD2586) is known color: Medium Red Violet. HEX triplet: BD, 25 and 86. RGB value is (189,37,134). Sum of RGB (Red+Green+Blue) = 189+37+134=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2586 is #42DA79. Grayscale: #5D5D5D. Windows color (decimal): -4381306 or 8791485. OLE color: 8791485.

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

Color convert

RGB 189 37 134 -
CMYK 0 0.80 0.29 0.26
HSL 321.71º 0.67% 0.44% -
HSV(B) 321.71º 0.8% 0.74% -
XYZ 25.95 13.86 23.86 -
YUV 93.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 189 37 134 0 0.80 0.29 0.26 321.71 0.67 0.44
Hex BD 25 86 0 50 1D 1A 142 43 2C
Octal 275 45 206 0 120 35 32 502 103 54
Binary 10111101 100101 10000110 0 1010000 11101 11010 101000010 1000011 101100

Color Harmonies of #BD2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2586

Black with #BD2586

Text Example


Text Example

White with #BD2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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