Html Css Color HEX #BD377D Medium Red Violet

📋 copy color: '#BD377D'

red 189 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #BD377D

Tints of Medium Red Violet #BD377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 51.22%
G = 14.91%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD377D (or 0xBD377D) is known color: Medium Red Violet. HEX triplet: BD, 37 and 7D. RGB value is (189,55,125). Sum of RGB (Red+Green+Blue) = 189+55+125=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD377D is #42C882. Grayscale: #666666. Windows color (decimal): -4376707 or 8206269. OLE color: 8206269.

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

Color convert

RGB 189 55 125 -
CMYK 0 0.71 0.34 0.26
HSL 328.66º 0.55% 0.48% -
HSV(B) 328.66º 0.71% 0.74% -
XYZ 26.05 15.03 20.93 -
YUV 103.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 189 55 125 0 0.71 0.34 0.26 328.66 0.55 0.48
Hex BD 37 7D 0 47 22 1A 149 37 30
Octal 275 67 175 0 107 42 32 511 67 60
Binary 10111101 110111 1111101 0 1000111 100010 11010 101001001 110111 110000

Color Harmonies of #BD377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD377D

Black with #BD377D

Text Example


Text Example

White with #BD377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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