Html Css Color HEX #BD337F Medium Red Violet

📋 copy color: '#BD337F'

red 189 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #BD337F

Tints of Medium Red Violet #BD337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 51.5%
G = 13.9%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD337F (or 0xBD337F) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7F. RGB value is (189,51,127). Sum of RGB (Red+Green+Blue) = 189+51+127=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337F is #42CC80. Grayscale: #646464. Windows color (decimal): -4377729 or 8336317. OLE color: 8336317.

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

Color convert

RGB 189 51 127 -
CMYK 0 0.73 0.33 0.26
HSL 326.96º 0.58% 0.47% -
HSV(B) 326.96º 0.73% 0.74% -
XYZ 26 14.72 21.55 -
YUV 100.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 189 51 127 0 0.73 0.33 0.26 326.96 0.58 0.47
Hex BD 33 7F 0 49 21 1A 147 3A 2F
Octal 275 63 177 0 111 41 32 507 72 57
Binary 10111101 110011 1111111 0 1001001 100001 11010 101000111 111010 101111

Color Harmonies of #BD337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD337F

Black with #BD337F

Text Example


Text Example

White with #BD337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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