Html Css Color HEX #BD377F Medium Red Violet

📋 copy color: '#BD377F'

red 189 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BD377F

Tints of Medium Red Violet #BD377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

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

R = 50.94%
G = 14.82%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD377F (or 0xBD377F) is known color: Medium Red Violet. HEX triplet: BD, 37 and 7F. RGB value is (189,55,127). Sum of RGB (Red+Green+Blue) = 189+55+127=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD377F is #42C880. Grayscale: #676767. Windows color (decimal): -4376705 or 8337341. OLE color: 8337341.

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

Color convert

RGB 189 55 127 -
CMYK 0 0.71 0.33 0.26
HSL 327.76º 0.55% 0.48% -
HSV(B) 327.76º 0.71% 0.74% -
XYZ 26.18 15.08 21.61 -
YUV 103.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 189 55 127 0 0.71 0.33 0.26 327.76 0.55 0.48
Hex BD 37 7F 0 47 21 1A 148 37 30
Octal 275 67 177 0 107 41 32 510 67 60
Binary 10111101 110111 1111111 0 1000111 100001 11010 101001000 110111 110000

Color Harmonies of #BD377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD377F

Black with #BD377F

Text Example


Text Example

White with #BD377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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