Html Css Color HEX #BD3795 Medium Red Violet

📋 copy color: '#BD3795'

red 189 ◦ green 55 ◦ blue 149

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

Shades of Medium Red Violet #BD3795

Tints of Medium Red Violet #BD3795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 48.09%
G = 13.99%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD3795 (or 0xBD3795) is known color: Medium Red Violet. HEX triplet: BD, 37 and 95. RGB value is (189,55,149). Sum of RGB (Red+Green+Blue) = 189+55+149=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3795 is #42C86A. Grayscale: #696969. Windows color (decimal): -4376683 or 9779133. OLE color: 9779133.

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

Color convert

RGB 189 55 149 -
CMYK 0 0.71 0.21 0.26
HSL 317.91º 0.55% 0.48% -
HSV(B) 317.91º 0.71% 0.74% -
XYZ 27.78 15.72 30 -
YUV 105.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 189 55 149 0 0.71 0.21 0.26 317.91 0.55 0.48
Hex BD 37 95 0 47 15 1A 13E 37 30
Octal 275 67 225 0 107 25 32 476 67 60
Binary 10111101 110111 10010101 0 1000111 10101 11010 100111110 110111 110000

Color Harmonies of #BD3795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3795

Black with #BD3795

Text Example


Text Example

White with #BD3795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3795; }

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

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

background-color css

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

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

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

border-color css

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

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

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