Html Css Color HEX #BD389C Medium Red Violet

📋 copy color: '#BD389C'

red 189 ◦ green 56 ◦ blue 156

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

Shades of Medium Red Violet #BD389C

Tints of Medium Red Violet #BD389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 47.13%
G = 13.97%
B = 38.9%

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

#BD389C (or 0xBD389C) is known color: Medium Red Violet. HEX triplet: BD, 38 and 9C. RGB value is (189,56,156). Sum of RGB (Red+Green+Blue) = 189+56+156=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389C is #42C763. Grayscale: #6A6A6A. Windows color (decimal): -4376420 or 10238141. OLE color: 10238141.

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

Color convert

RGB 189 56 156 -
CMYK 0 0.70 0.17 0.26
HSL 314.89º 0.54% 0.48% -
HSV(B) 314.89º 0.7% 0.74% -
XYZ 28.4 16.05 33.05 -
YUV 107.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 189 56 156 0 0.70 0.17 0.26 314.89 0.54 0.48
Hex BD 38 9C 0 46 11 1A 13B 36 30
Octal 275 70 234 0 106 21 32 473 66 60
Binary 10111101 111000 10011100 0 1000110 10001 11010 100111011 110110 110000

Color Harmonies of #BD389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD389C

Black with #BD389C

Text Example


Text Example

White with #BD389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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