Html Css Color HEX #BD328C Medium Red Violet

📋 copy color: '#BD328C'

red 189 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #BD328C

Tints of Medium Red Violet #BD328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 49.87%
G = 13.19%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD328C (or 0xBD328C) is known color: Medium Red Violet. HEX triplet: BD, 32 and 8C. RGB value is (189,50,140). Sum of RGB (Red+Green+Blue) = 189+50+140=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD328C is #42CD73. Grayscale: #656565. Windows color (decimal): -4377972 or 9188029. OLE color: 9188029.

HSL color Cylindrical-coordinate representation of color #BD328C: hue angle of 321.15º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD328C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 140 -
CMYK 0 0.74 0.26 0.26
HSL 321.15º 0.58% 0.47% -
HSV(B) 321.15º 0.74% 0.74% -
XYZ 26.86 14.99 26.29 -
YUV 101.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 189 50 140 0 0.74 0.26 0.26 321.15 0.58 0.47
Hex BD 32 8C 0 4A 1A 1A 141 3A 2F
Octal 275 62 214 0 112 32 32 501 72 57
Binary 10111101 110010 10001100 0 1001010 11010 11010 101000001 111010 101111

Color Harmonies of #BD328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD328C

Black with #BD328C

Text Example


Text Example

White with #BD328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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