Html Css Color HEX #BD3983 Medium Red Violet

📋 copy color: '#BD3983'

red 189 ◦ green 57 ◦ blue 131

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

Shades of Medium Red Violet #BD3983

Tints of Medium Red Violet #BD3983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 50.13%
G = 15.12%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD3983 (or 0xBD3983) is known color: Medium Red Violet. HEX triplet: BD, 39 and 83. RGB value is (189,57,131). Sum of RGB (Red+Green+Blue) = 189+57+131=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3983 is #42C67C. Grayscale: #686868. Windows color (decimal): -4376189 or 8599997. OLE color: 8599997.

HSL color Cylindrical-coordinate representation of color #BD3983: hue angle of 326.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3983 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 131 -
CMYK 0 0.70 0.31 0.26
HSL 326.36º 0.54% 0.48% -
HSV(B) 326.36º 0.7% 0.74% -
XYZ 26.55 15.38 23.04 -
YUV 104.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 189 57 131 0 0.70 0.31 0.26 326.36 0.54 0.48
Hex BD 39 83 0 46 1F 1A 146 36 30
Octal 275 71 203 0 106 37 32 506 66 60
Binary 10111101 111001 10000011 0 1000110 11111 11010 101000110 110110 110000

Color Harmonies of #BD3983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3983

Black with #BD3983

Text Example


Text Example

White with #BD3983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3983; }

 p { color: rgb(189,57,131); }

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

background-color css

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

 a { background-color: rgb(189,57,131); }

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

border-color css

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

 span { border-color: rgb(189,57,131); }

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