Html Css Color HEX #BD3A86 Medium Red Violet

📋 copy color: '#BD3A86'

red 189 ◦ green 58 ◦ blue 134

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

Shades of Medium Red Violet #BD3A86

Tints of Medium Red Violet #BD3A86

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

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

R = 49.61%
G = 15.22%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD3A86 (or 0xBD3A86) is known color: Medium Red Violet. HEX triplet: BD, 3A and 86. RGB value is (189,58,134). Sum of RGB (Red+Green+Blue) = 189+58+134=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3A86 is #42C579. Grayscale: #696969. Windows color (decimal): -4375930 or 8796861. OLE color: 8796861.

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

Color convert

RGB 189 58 134 -
CMYK 0 0.69 0.29 0.26
HSL 325.19º 0.53% 0.48% -
HSV(B) 325.19º 0.69% 0.74% -
XYZ 26.8 15.57 24.15 -
YUV 105.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 189 58 134 0 0.69 0.29 0.26 325.19 0.53 0.48
Hex BD 3A 86 0 45 1D 1A 145 35 30
Octal 275 72 206 0 105 35 32 505 65 60
Binary 10111101 111010 10000110 0 1000101 11101 11010 101000101 110101 110000

Color Harmonies of #BD3A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A86

Black with #BD3A86

Text Example


Text Example

White with #BD3A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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