Html Css Color HEX #BD2186 Medium Violet Red

📋 copy color: '#BD2186'

red 189 ◦ green 33 ◦ blue 134

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

Shades of Medium Violet Red #BD2186

Tints of Medium Violet Red #BD2186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 53.09%
G = 9.27%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD2186 (or 0xBD2186) is known color: Medium Violet Red. HEX triplet: BD, 21 and 86. RGB value is (189,33,134). Sum of RGB (Red+Green+Blue) = 189+33+134=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2186 is #42DE79. Grayscale: #5A5A5A. Windows color (decimal): -4382330 or 8790461. OLE color: 8790461.

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

Color convert

RGB 189 33 134 -
CMYK 0 0.83 0.29 0.26
HSL 321.15º 0.7% 0.44% -
HSV(B) 321.15º 0.83% 0.74% -
XYZ 25.83 13.63 23.82 -
YUV 91.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 189 33 134 0 0.83 0.29 0.26 321.15 0.7 0.44
Hex BD 21 86 0 53 1D 1A 141 46 2C
Octal 275 41 206 0 123 35 32 501 106 54
Binary 10111101 100001 10000110 0 1010011 11101 11010 101000001 1000110 101100

Color Harmonies of #BD2186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2186

Black with #BD2186

Text Example


Text Example

White with #BD2186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2186; }

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

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

background-color css

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

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

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

border-color css

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

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

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