Html Css Color HEX #BD3799 Medium Red Violet

📋 copy color: '#BD3799'

red 189 ◦ green 55 ◦ blue 153

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

Shades of Medium Red Violet #BD3799

Tints of Medium Red Violet #BD3799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 47.61%
G = 13.85%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD3799 (or 0xBD3799) is known color: Medium Red Violet. HEX triplet: BD, 37 and 99. RGB value is (189,55,153). Sum of RGB (Red+Green+Blue) = 189+55+153=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3799 is #42C866. Grayscale: #696969. Windows color (decimal): -4376679 or 10041277. OLE color: 10041277.

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

Color convert

RGB 189 55 153 -
CMYK 0 0.71 0.19 0.26
HSL 316.12º 0.55% 0.48% -
HSV(B) 316.12º 0.71% 0.74% -
XYZ 28.1 15.85 31.72 -
YUV 106.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 189 55 153 0 0.71 0.19 0.26 316.12 0.55 0.48
Hex BD 37 99 0 47 13 1A 13C 37 30
Octal 275 67 231 0 107 23 32 474 67 60
Binary 10111101 110111 10011001 0 1000111 10011 11010 100111100 110111 110000

Color Harmonies of #BD3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3799

Black with #BD3799

Text Example


Text Example

White with #BD3799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3799; }

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

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

background-color css

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

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

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

border-color css

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

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

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