Html Css Color HEX #BD3891 Medium Red Violet

📋 copy color: '#BD3891'

red 189 ◦ green 56 ◦ blue 145

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

Shades of Medium Red Violet #BD3891

Tints of Medium Red Violet #BD3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 48.46%
G = 14.36%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD3891 (or 0xBD3891) is known color: Medium Red Violet. HEX triplet: BD, 38 and 91. RGB value is (189,56,145). Sum of RGB (Red+Green+Blue) = 189+56+145=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3891 is #42C76E. Grayscale: #696969. Windows color (decimal): -4376431 or 9517245. OLE color: 9517245.

HSL color Cylindrical-coordinate representation of color #BD3891: hue angle of 319.85º 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 #BD3891 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 145 -
CMYK 0 0.70 0.23 0.26
HSL 319.85º 0.54% 0.48% -
HSV(B) 319.85º 0.7% 0.74% -
XYZ 27.51 15.69 28.37 -
YUV 105.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 189 56 145 0 0.70 0.23 0.26 319.85 0.54 0.48
Hex BD 38 91 0 46 17 1A 140 36 30
Octal 275 70 221 0 106 27 32 500 66 60
Binary 10111101 111000 10010001 0 1000110 10111 11010 101000000 110110 110000

Color Harmonies of #BD3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3891

Black with #BD3891

Text Example


Text Example

White with #BD3891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3891; }

 p { color: rgb(189,56,145); }

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

background-color css

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

 a { background-color: rgb(189,56,145); }

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

border-color css

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

 span { border-color: rgb(189,56,145); }

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