Html Css Color HEX #BD388C Medium Red Violet

📋 copy color: '#BD388C'

red 189 ◦ green 56 ◦ blue 140

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

Shades of Medium Red Violet #BD388C

Tints of Medium Red Violet #BD388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 49.09%
G = 14.55%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD388C (or 0xBD388C) is known color: Medium Red Violet. HEX triplet: BD, 38 and 8C. RGB value is (189,56,140). Sum of RGB (Red+Green+Blue) = 189+56+140=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD388C is #42C773. Grayscale: #696969. Windows color (decimal): -4376436 or 9189565. OLE color: 9189565.

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

Color convert

RGB 189 56 140 -
CMYK 0 0.70 0.26 0.26
HSL 322.11º 0.54% 0.48% -
HSV(B) 322.11º 0.7% 0.74% -
XYZ 27.13 15.54 26.38 -
YUV 105.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 189 56 140 0 0.70 0.26 0.26 322.11 0.54 0.48
Hex BD 38 8C 0 46 1A 1A 142 36 30
Octal 275 70 214 0 106 32 32 502 66 60
Binary 10111101 111000 10001100 0 1000110 11010 11010 101000010 110110 110000

Color Harmonies of #BD388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD388C

Black with #BD388C

Text Example


Text Example

White with #BD388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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