Html Css Color HEX #BD387F Medium Red Violet

📋 copy color: '#BD387F'

red 189 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #BD387F

Tints of Medium Red Violet #BD387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.05%

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

R = 50.81%
G = 15.05%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD387F (or 0xBD387F) is known color: Medium Red Violet. HEX triplet: BD, 38 and 7F. RGB value is (189,56,127). Sum of RGB (Red+Green+Blue) = 189+56+127=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD387F is #42C780. Grayscale: #676767. Windows color (decimal): -4376449 or 8337597. OLE color: 8337597.

HSL color Cylindrical-coordinate representation of color #BD387F: hue angle of 327.97º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD387F is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 127 -
CMYK 0 0.70 0.33 0.26
HSL 327.97º 0.54% 0.48% -
HSV(B) 327.97º 0.7% 0.74% -
XYZ 26.23 15.18 21.63 -
YUV 103.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 189 56 127 0 0.70 0.33 0.26 327.97 0.54 0.48
Hex BD 38 7F 0 46 21 1A 148 36 30
Octal 275 70 177 0 106 41 32 510 66 60
Binary 10111101 111000 1111111 0 1000110 100001 11010 101001000 110110 110000

Color Harmonies of #BD387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD387F

Black with #BD387F

Text Example


Text Example

White with #BD387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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