Html Css Color HEX #BD3993 Medium Red Violet

📋 copy color: '#BD3993'

red 189 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #BD3993

Tints of Medium Red Violet #BD3993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 48.09%
G = 14.5%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD3993 (or 0xBD3993) is known color: Medium Red Violet. HEX triplet: BD, 39 and 93. RGB value is (189,57,147). Sum of RGB (Red+Green+Blue) = 189+57+147=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3993 is #42C66C. Grayscale: #6A6A6A. Windows color (decimal): -4376173 or 9648573. OLE color: 9648573.

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

Color convert

RGB 189 57 147 -
CMYK 0 0.70 0.22 0.26
HSL 319.09º 0.54% 0.48% -
HSV(B) 319.09º 0.7% 0.74% -
XYZ 27.72 15.85 29.2 -
YUV 106.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 189 57 147 0 0.70 0.22 0.26 319.09 0.54 0.48
Hex BD 39 93 0 46 16 1A 13F 36 30
Octal 275 71 223 0 106 26 32 477 66 60
Binary 10111101 111001 10010011 0 1000110 10110 11010 100111111 110110 110000

Color Harmonies of #BD3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3993

Black with #BD3993

Text Example


Text Example

White with #BD3993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3993; }

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

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

background-color css

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

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

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

border-color css

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

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

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