Html Css Color HEX #BD417E Medium Red Violet

📋 copy color: '#BD417E'

red 189 ◦ green 65 ◦ blue 126

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

Shades of Medium Red Violet #BD417E

Tints of Medium Red Violet #BD417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 49.74%
G = 17.11%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD417E (or 0xBD417E) is known color: Medium Red Violet. HEX triplet: BD, 41 and 7E. RGB value is (189,65,126). Sum of RGB (Red+Green+Blue) = 189+65+126=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD417E is #42BE81. Grayscale: #6C6C6C. Windows color (decimal): -4374146 or 8274365. OLE color: 8274365.

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

Color convert

RGB 189 65 126 -
CMYK 0 0.66 0.33 0.26
HSL 330.48º 0.49% 0.5% -
HSV(B) 330.48º 0.66% 0.74% -
XYZ 26.64 16.11 21.44 -
YUV 109.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 189 65 126 0 0.66 0.33 0.26 330.48 0.49 0.5
Hex BD 41 7E 0 42 21 1A 14A 31 32
Octal 275 101 176 0 102 41 32 512 61 62
Binary 10111101 1000001 1111110 0 1000010 100001 11010 101001010 110001 110010

Color Harmonies of #BD417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD417E

Black with #BD417E

Text Example


Text Example

White with #BD417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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