Html Css Color HEX #BD377E Medium Red Violet

📋 copy color: '#BD377E'

red 189 ◦ green 55 ◦ blue 126

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

Shades of Medium Red Violet #BD377E

Tints of Medium Red Violet #BD377E

RGB

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

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

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

R = 51.08%
G = 14.86%
B = 34.05%

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

#BD377E (or 0xBD377E) is known color: Medium Red Violet. HEX triplet: BD, 37 and 7E. RGB value is (189,55,126). Sum of RGB (Red+Green+Blue) = 189+55+126=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD377E is #42C881. Grayscale: #676767. Windows color (decimal): -4376706 or 8271805. OLE color: 8271805.

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

Color convert

RGB 189 55 126 -
CMYK 0 0.71 0.33 0.26
HSL 328.21º 0.55% 0.48% -
HSV(B) 328.21º 0.71% 0.74% -
XYZ 26.12 15.06 21.27 -
YUV 103.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 189 55 126 0 0.71 0.33 0.26 328.21 0.55 0.48
Hex BD 37 7E 0 47 21 1A 148 37 30
Octal 275 67 176 0 107 41 32 510 67 60
Binary 10111101 110111 1111110 0 1000111 100001 11010 101001000 110111 110000

Color Harmonies of #BD377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD377E

Black with #BD377E

Text Example


Text Example

White with #BD377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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