Html Css Color HEX #BD407F Medium Red Violet

📋 copy color: '#BD407F'

red 189 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #BD407F

Tints of Medium Red Violet #BD407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 49.74%
G = 16.84%
B = 33.42%

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

#BD407F (or 0xBD407F) is known color: Medium Red Violet. HEX triplet: BD, 40 and 7F. RGB value is (189,64,127). Sum of RGB (Red+Green+Blue) = 189+64+127=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD407F is #42BF80. Grayscale: #6C6C6C. Windows color (decimal): -4374401 or 8339645. OLE color: 8339645.

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

Color convert

RGB 189 64 127 -
CMYK 0 0.66 0.33 0.26
HSL 329.76º 0.49% 0.5% -
HSV(B) 329.76º 0.66% 0.74% -
XYZ 26.65 16.02 21.77 -
YUV 108.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 189 64 127 0 0.66 0.33 0.26 329.76 0.49 0.5
Hex BD 40 7F 0 42 21 1A 14A 31 32
Octal 275 100 177 0 102 41 32 512 61 62
Binary 10111101 1000000 1111111 0 1000010 100001 11010 101001010 110001 110010

Color Harmonies of #BD407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD407F

Black with #BD407F

Text Example


Text Example

White with #BD407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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