Html Css Color HEX #BD379E Medium Red Violet

📋 copy color: '#BD379E'

red 189 ◦ green 55 ◦ blue 158

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

Shades of Medium Red Violet #BD379E

Tints of Medium Red Violet #BD379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 47.01%
G = 13.68%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD379E (or 0xBD379E) is known color: Medium Red Violet. HEX triplet: BD, 37 and 9E. RGB value is (189,55,158). Sum of RGB (Red+Green+Blue) = 189+55+158=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD379E is #42C861. Grayscale: #6A6A6A. Windows color (decimal): -4376674 or 10368957. OLE color: 10368957.

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

Color convert

RGB 189 55 158 -
CMYK 0 0.71 0.16 0.26
HSL 313.88º 0.55% 0.48% -
HSV(B) 313.88º 0.71% 0.74% -
XYZ 28.52 16.02 33.94 -
YUV 106.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 189 55 158 0 0.71 0.16 0.26 313.88 0.55 0.48
Hex BD 37 9E 0 47 10 1A 13A 37 30
Octal 275 67 236 0 107 20 32 472 67 60
Binary 10111101 110111 10011110 0 1000111 10000 11010 100111010 110111 110000

Color Harmonies of #BD379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD379E

Black with #BD379E

Text Example


Text Example

White with #BD379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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