Html Css Color HEX #BD3793 Medium Red Violet

📋 copy color: '#BD3793'

red 189 ◦ green 55 ◦ blue 147

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

Shades of Medium Red Violet #BD3793

Tints of Medium Red Violet #BD3793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 48.34%
G = 14.07%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD3793 (or 0xBD3793) is known color: Medium Red Violet. HEX triplet: BD, 37 and 93. RGB value is (189,55,147). Sum of RGB (Red+Green+Blue) = 189+55+147=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3793 is #42C86C. Grayscale: #696969. Windows color (decimal): -4376685 or 9648061. OLE color: 9648061.

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

Color convert

RGB 189 55 147 -
CMYK 0 0.71 0.22 0.26
HSL 318.81º 0.55% 0.48% -
HSV(B) 318.81º 0.71% 0.74% -
XYZ 27.62 15.66 29.17 -
YUV 105.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 189 55 147 0 0.71 0.22 0.26 318.81 0.55 0.48
Hex BD 37 93 0 47 16 1A 13F 37 30
Octal 275 67 223 0 107 26 32 477 67 60
Binary 10111101 110111 10010011 0 1000111 10110 11010 100111111 110111 110000

Color Harmonies of #BD3793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3793

Black with #BD3793

Text Example


Text Example

White with #BD3793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3793; }

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

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

background-color css

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

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

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

border-color css

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

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

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