Html Css Color HEX #BD337D Medium Red Violet

📋 copy color: '#BD337D'

red 189 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #BD337D

Tints of Medium Red Violet #BD337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 51.78%
G = 13.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD337D (or 0xBD337D) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7D. RGB value is (189,51,125). Sum of RGB (Red+Green+Blue) = 189+51+125=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337D is #42CC82. Grayscale: #646464. Windows color (decimal): -4377731 or 8205245. OLE color: 8205245.

HSL color Cylindrical-coordinate representation of color #BD337D: hue angle of 327.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD337D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 125 -
CMYK 0 0.73 0.34 0.26
HSL 327.83º 0.58% 0.47% -
HSV(B) 327.83º 0.73% 0.74% -
XYZ 25.87 14.67 20.87 -
YUV 100.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 189 51 125 0 0.73 0.34 0.26 327.83 0.58 0.47
Hex BD 33 7D 0 49 22 1A 148 3A 2F
Octal 275 63 175 0 111 42 32 510 72 57
Binary 10111101 110011 1111101 0 1001001 100010 11010 101001000 111010 101111

Color Harmonies of #BD337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD337D

Black with #BD337D

Text Example


Text Example

White with #BD337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD337D; }

 p { color: rgb(189,51,125); }

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

background-color css

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

 a { background-color: rgb(189,51,125); }

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

border-color css

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

 span { border-color: rgb(189,51,125); }

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