Html Css Color HEX #BD388A Medium Red Violet

📋 copy color: '#BD388A'

red 189 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #BD388A

Tints of Medium Red Violet #BD388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 49.35%
G = 14.62%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD388A (or 0xBD388A) is known color: Medium Red Violet. HEX triplet: BD, 38 and 8A. RGB value is (189,56,138). Sum of RGB (Red+Green+Blue) = 189+56+138=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD388A is #42C775. Grayscale: #686868. Windows color (decimal): -4376438 or 9058493. OLE color: 9058493.

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

Color convert

RGB 189 56 138 -
CMYK 0 0.70 0.27 0.26
HSL 323.01º 0.54% 0.48% -
HSV(B) 323.01º 0.7% 0.74% -
XYZ 26.99 15.48 25.61 -
YUV 105.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 189 56 138 0 0.70 0.27 0.26 323.01 0.54 0.48
Hex BD 38 8A 0 46 1B 1A 143 36 30
Octal 275 70 212 0 106 33 32 503 66 60
Binary 10111101 111000 10001010 0 1000110 11011 11010 101000011 110110 110000

Color Harmonies of #BD388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD388A

Black with #BD388A

Text Example


Text Example

White with #BD388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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