Html Css Color HEX #BD399E Medium Red Violet

📋 copy color: '#BD399E'

red 189 ◦ green 57 ◦ blue 158

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

Shades of Medium Red Violet #BD399E

Tints of Medium Red Violet #BD399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.11%

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

R = 46.78%
G = 14.11%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD399E (or 0xBD399E) is known color: Medium Red Violet. HEX triplet: BD, 39 and 9E. RGB value is (189,57,158). Sum of RGB (Red+Green+Blue) = 189+57+158=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD399E is #42C661. Grayscale: #6B6B6B. Windows color (decimal): -4376162 or 10369469. OLE color: 10369469.

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

Color convert

RGB 189 57 158 -
CMYK 0 0.70 0.16 0.26
HSL 314.09º 0.54% 0.48% -
HSV(B) 314.09º 0.7% 0.74% -
XYZ 28.62 16.21 33.97 -
YUV 107.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 189 57 158 0 0.70 0.16 0.26 314.09 0.54 0.48
Hex BD 39 9E 0 46 10 1A 13A 36 30
Octal 275 71 236 0 106 20 32 472 66 60
Binary 10111101 111001 10011110 0 1000110 10000 11010 100111010 110110 110000

Color Harmonies of #BD399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD399E

Black with #BD399E

Text Example


Text Example

White with #BD399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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