Html Css Color HEX #BD389D Medium Red Violet

📋 copy color: '#BD389D'

red 189 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #BD389D

Tints of Medium Red Violet #BD389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.93%

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 47.01%
G = 13.93%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD389D (or 0xBD389D) is known color: Medium Red Violet. HEX triplet: BD, 38 and 9D. RGB value is (189,56,157). Sum of RGB (Red+Green+Blue) = 189+56+157=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389D is #42C762. Grayscale: #6B6B6B. Windows color (decimal): -4376419 or 10303677. OLE color: 10303677.

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

Color convert

RGB 189 56 157 -
CMYK 0 0.70 0.17 0.26
HSL 314.44º 0.54% 0.48% -
HSV(B) 314.44º 0.7% 0.74% -
XYZ 28.49 16.08 33.5 -
YUV 107.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 189 56 157 0 0.70 0.17 0.26 314.44 0.54 0.48
Hex BD 38 9D 0 46 11 1A 13A 36 30
Octal 275 70 235 0 106 21 32 472 66 60
Binary 10111101 111000 10011101 0 1000110 10001 11010 100111010 110110 110000

Color Harmonies of #BD389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD389D

Black with #BD389D

Text Example


Text Example

White with #BD389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD389D; }

 p { color: rgb(189,56,157); }

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

background-color css

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

 a { background-color: rgb(189,56,157); }

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

border-color css

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

 span { border-color: rgb(189,56,157); }

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