Html Css Color HEX #BD2686 Medium Red Violet

📋 copy color: '#BD2686'

red 189 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #BD2686

Tints of Medium Red Violet #BD2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 52.35%
G = 10.53%
B = 37.12%

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

#BD2686 (or 0xBD2686) is known color: Medium Red Violet. HEX triplet: BD, 26 and 86. RGB value is (189,38,134). Sum of RGB (Red+Green+Blue) = 189+38+134=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2686 is #42D979. Grayscale: #5D5D5D. Windows color (decimal): -4381050 or 8791741. OLE color: 8791741.

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

Color convert

RGB 189 38 134 -
CMYK 0 0.80 0.29 0.26
HSL 321.85º 0.67% 0.45% -
HSV(B) 321.85º 0.8% 0.74% -
XYZ 25.98 13.93 23.87 -
YUV 94.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 189 38 134 0 0.80 0.29 0.26 321.85 0.67 0.45
Hex BD 26 86 0 50 1D 1A 142 43 2D
Octal 275 46 206 0 120 35 32 502 103 55
Binary 10111101 100110 10000110 0 1010000 11101 11010 101000010 1000011 101101

Color Harmonies of #BD2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2686

Black with #BD2686

Text Example


Text Example

White with #BD2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2686; }

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

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

background-color css

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

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

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

border-color css

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

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

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