Html Css Color HEX #BD337E Medium Red Violet

📋 copy color: '#BD337E'

red 189 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #BD337E

Tints of Medium Red Violet #BD337E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 51.64%
G = 13.93%
B = 34.43%

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

#BD337E (or 0xBD337E) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7E. RGB value is (189,51,126). Sum of RGB (Red+Green+Blue) = 189+51+126=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337E is #42CC81. Grayscale: #646464. Windows color (decimal): -4377730 or 8270781. OLE color: 8270781.

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

Color convert

RGB 189 51 126 -
CMYK 0 0.73 0.33 0.26
HSL 327.39º 0.58% 0.47% -
HSV(B) 327.39º 0.73% 0.74% -
XYZ 25.94 14.69 21.21 -
YUV 100.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 189 51 126 0 0.73 0.33 0.26 327.39 0.58 0.47
Hex BD 33 7E 0 49 21 1A 147 3A 2F
Octal 275 63 176 0 111 41 32 507 72 57
Binary 10111101 110011 1111110 0 1001001 100001 11010 101000111 111010 101111

Color Harmonies of #BD337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD337E

Black with #BD337E

Text Example


Text Example

White with #BD337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD337E; }

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

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

background-color css

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

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

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

border-color css

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

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

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