Html Css Color HEX #BD3D7E Medium Red Violet

📋 copy color: '#BD3D7E'

red 189 ◦ green 61 ◦ blue 126

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

Shades of Medium Red Violet #BD3D7E

Tints of Medium Red Violet #BD3D7E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

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

R = 50.27%
G = 16.22%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD3D7E (or 0xBD3D7E) is known color: Medium Red Violet. HEX triplet: BD, 3D and 7E. RGB value is (189,61,126). Sum of RGB (Red+Green+Blue) = 189+61+126=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D7E is #42C281. Grayscale: #6A6A6A. Windows color (decimal): -4375170 or 8273341. OLE color: 8273341.

HSL color Cylindrical-coordinate representation of color #BD3D7E: hue angle of 329.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D7E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 61 126 -
CMYK 0 0.68 0.33 0.26
HSL 329.53º 0.51% 0.49% -
HSV(B) 329.53º 0.68% 0.74% -
XYZ 26.42 15.66 21.37 -
YUV 106.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 189 61 126 0 0.68 0.33 0.26 329.53 0.51 0.49
Hex BD 3D 7E 0 44 21 1A 14A 33 31
Octal 275 75 176 0 104 41 32 512 63 61
Binary 10111101 111101 1111110 0 1000100 100001 11010 101001010 110011 110001

Color Harmonies of #BD3D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D7E

Black with #BD3D7E

Text Example


Text Example

White with #BD3D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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